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 ~.
|
||||
string replace -r '^'"$HOME"'($|/)' '~$1' -- $PWD $dirstack | string join " "
|
||||
return 0
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user