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