bash: alias exa

This commit is contained in:
Michael Grote 2021-12-20 14:44:40 +01:00
parent ec90d11f9a
commit 4fe474692c

View file

@ -151,7 +151,7 @@ alias cls="clear"
alias df="df -h" alias df="df -h"
alias du="du -h" alias du="du -h"
alias grep="grep -i --color=auto" alias grep="grep -i --color=auto"
alias ll="ls -lah" alias ll="exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group"
alias hostname="hostname -f" alias hostname="hostname -f"
alias untar="tar -xzf" alias untar="tar -xzf"
alias unmount="umount" alias unmount="umount"