Bashrc: Switch from exa to eza

This commit is contained in:
Tony Grosinger 2024-05-30 08:35:02 -07:00
parent 37e1f3ed8d
commit dbf7186397

View File

@ -3,7 +3,7 @@ alias vim="nvim"
alias lg="lazygit"
alias ls="eza --long --header --git --group --time-style long-iso"
alias cat="bat --theme=\"Visual Studio Dark+\""
alias tree="exa --tree"
alias tree="eza --tree"
alias la="ls -lhA"
alias calc="qalc"
alias dedsstore="find . -name \".DS_Store\" -delete"