Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-05-15 06:31:13 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
5fc42fcaff2a2d945dcdca738f6c6e36e7f1a8ca
fish-shell/share/functions/pushd.fish

17 lines
283 B
Fish
Raw Normal View History

Move a few more shellscript functions to their own files darcs-hash:20060212131421-ac50b-861f8941af76cf9a1e6fb7da2ac7f33795fab272.gz
2006-02-12 23:14:21 +10:00
Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_ darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
2007-01-16 11:29:18 +10:00
function pushd --description "Push directory to stack"
Update documentation display code to run roff on the client system instead of pregenerating documentation and compiling it into program binaries darcs-hash:20061117162438-ac50b-5c4c7f0bd8bf53a16e16ecfead9569e642b7160f.gz
2006-11-18 02:24:38 +10:00
if count $argv >/dev/null
switch $argv[1]
case -h --h --he --hel --help
__fish_print_help pushd
return 0
end
end
Move a few more shellscript functions to their own files darcs-hash:20060212131421-ac50b-861f8941af76cf9a1e6fb7da2ac7f33795fab272.gz
2006-02-12 23:14:21 +10:00
# Comment to avoid set completions
set -g dirstack (command pwd) $dirstack
cd $argv[1]
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 73ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API