fish: fix which alias

This commit is contained in:
Charles Gould 2020-04-28 21:31:59 -05:00
parent f5475905c8
commit 696356f7f1

View File

@ -44,7 +44,7 @@ abbr -a -g vi nvim
abbr -a -g vim nvim abbr -a -g vim nvim
# Aliases # Aliases
alias which='command -s' alias which='type --all -short'
function ..; cd ..; end function ..; cd ..; end
function ...; cd ../..; end function ...; cd ../..; end
function ....; cd ../../..; end function ....; cd ../../..; end