fish: fix which alias
This commit is contained in:
parent
031b0edf70
commit
c066771ff7
@ -53,7 +53,7 @@ abbr -a -g vi nvim
|
||||
abbr -a -g vim nvim
|
||||
|
||||
# Aliases
|
||||
alias which='type --all -short'
|
||||
alias which='type --all --short'
|
||||
function ..; cd ..; end
|
||||
function ...; cd ../..; end
|
||||
function ....; cd ../../..; end
|
||||
|
Loading…
x
Reference in New Issue
Block a user