Skip to content

Commit

Permalink
[ZSHRC] replace exa with eza
Browse files Browse the repository at this point in the history
  • Loading branch information
goncrust committed Apr 22, 2024
1 parent 58252ed commit 5af3e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ alias nas="cd /mnt/goncrust-nas"
alias rm="rm -I"
alias mv="mv -v"
#alias ls="ls --color=auto"
alias ls="exa --header --color always --icons --git --group"
alias ls="eza --header --color always --icons --git --group"
alias lst="ls --tree"
alias lst2="ls --tree --level=2"
alias lst3="ls --tree --level=3"
Expand Down

0 comments on commit 5af3e11

Please sign in to comment.