refactor(zsh): remove '--all' from ls alias

This commit is contained in:
Price Hiller 2024-03-07 11:43:40 -06:00
parent e40eca031f
commit 58796dfa9a
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -4,7 +4,7 @@
### Eza ###
if command -v eza >/dev/null 2>&1; then
alias exa='eza' # This helps some preview commands work from separate repos
alias ls="eza --icons=always --all --group-directories-first --long --header --octal-permissions --classify --group"
alias ls="eza --icons=always --group-directories-first --long --header --octal-permissions --classify --group"
alias l="ls -alh"
alias ll="l"
tree() {