mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Fix dirs returns false when $dirstack is empty
This commit is contained in:
committed by
Fabian Homborg
parent
60a9dcbf05
commit
afef67b4e8
@@ -16,4 +16,5 @@ function dirs --description 'Print directory stack'
|
||||
|
||||
# Replace $HOME with ~.
|
||||
string replace -r '^'"$HOME"'($|/)' '~$1' -- $PWD $dirstack | string join " "
|
||||
return 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user