diff --git a/zshrc.zsh b/zshrc.zsh index e6887db..73bfaf0 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -66,7 +66,7 @@ source $HOME/.zsh/aliases.zsh auto-ls () { emulate -L zsh; - exa --oneline --long --classify --icons --header + eza --oneline --long --classify --icons --header } chpwd_functions=( auto-ls $chpwd_functions )