Switch auto-ls command to use eza instead of exa
This commit is contained in:
parent
1603e84652
commit
f0fdbcb23b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ source $HOME/.zsh/aliases.zsh
|
||||||
auto-ls () {
|
auto-ls () {
|
||||||
emulate -L zsh;
|
emulate -L zsh;
|
||||||
|
|
||||||
exa --oneline --long --classify --icons --header
|
eza --oneline --long --classify --icons --header
|
||||||
}
|
}
|
||||||
chpwd_functions=( auto-ls $chpwd_functions )
|
chpwd_functions=( auto-ls $chpwd_functions )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue