fish: fix which alias

This commit is contained in:
Charles Gould 2020-04-29 20:50:40 -05:00
parent 031b0edf70
commit c066771ff7

View File

@ -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