mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:56:43 +08:00
Fix dirs returns false when $dirstack is empty
This commit is contained in:
parent
60a9dcbf05
commit
afef67b4e8
|
@ -16,4 +16,5 @@ function dirs --description 'Print directory stack'
|
||||||
|
|
||||||
# Replace $HOME with ~.
|
# Replace $HOME with ~.
|
||||||
string replace -r '^'"$HOME"'($|/)' '~$1' -- $PWD $dirstack | string join " "
|
string replace -r '^'"$HOME"'($|/)' '~$1' -- $PWD $dirstack | string join " "
|
||||||
|
return 0
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user