Switch auto-ls command to use eza instead of exa

This commit is contained in:
Jonny Barnes 2023-09-07 16:13:12 +01:00
parent 1603e84652
commit f0fdbcb23b
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

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