feat(zsh): show extended attrs with eza
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m9s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m9s
This commit is contained in:
parent
8cc2f38ec9
commit
e0748ec17c
@ -4,7 +4,7 @@
|
|||||||
### Eza ###
|
### Eza ###
|
||||||
if command -v eza >/dev/null 2>&1; then
|
if command -v eza >/dev/null 2>&1; then
|
||||||
alias exa='eza' # This helps some preview commands work from separate repos
|
alias exa='eza' # This helps some preview commands work from separate repos
|
||||||
alias ls="eza --icons=always --group-directories-first --long --header --octal-permissions --classify --group"
|
alias ls="eza --icons=always --group-directories-first --long --header --octal-permissions --classify --group --extended"
|
||||||
alias l="ls -alh"
|
alias l="ls -alh"
|
||||||
alias ll="l"
|
alias ll="l"
|
||||||
tree() {
|
tree() {
|
||||||
|
Loading…
Reference in New Issue
Block a user