change exa for eza

This commit is contained in:
Alexander Navarro 2024-01-26 16:05:02 -03:00
parent 4e6f503156
commit 225bbe1b22

View file

@ -15,9 +15,9 @@ alias \
del='trash -i' \ del='trash -i' \
rmf='rm -rfI' \ rmf='rm -rfI' \
md='mkdir -pv' \ md='mkdir -pv' \
ls='exa -lh --color=always --icons --git ' \ ls='eza -lh --color=always --icons --git ' \
la='exa -alh --color=always --icons --git ' \ la='eza -alh --color=always --icons --git ' \
ld='exa -la --no-permissions --no-filesize --no-time --no-time --no-user' \ ld='eza -la --no-permissions --no-filesize --no-time --no-time --no-user' \
mkexec='chmod +x'; mkexec='chmod +x';
# Search and Query Files # Search and Query Files