diff --git a/shells/fish/conf.d/10-alias.fish b/shells/fish/conf.d/10-alias.fish index d5e1fbd..84dbcc5 100644 --- a/shells/fish/conf.d/10-alias.fish +++ b/shells/fish/conf.d/10-alias.fish @@ -40,6 +40,6 @@ function ls --wraps exa --description "alias ls=exa --git, if installed" if type -q exa exa --git $argv else - ls $argv + command ls $argv end end