bash: alias exa
This commit is contained in:
parent
ec90d11f9a
commit
4fe474692c
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ alias cls="clear"
|
|||
alias df="df -h"
|
||||
alias du="du -h"
|
||||
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 untar="tar -xzf"
|
||||
alias unmount="umount"
|
||||
|
|
Loading…
Reference in a new issue