add tr to ll command alias
This commit is contained in:
parent
adf514c054
commit
05fc8a71c5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ with lib;
|
|||
date_compact = "date +'%Y%m%d'";
|
||||
date_short = "date +'%Y-%m-%d'";
|
||||
ls = "ls --color -Gah";
|
||||
ll = "ls --color -Galh";
|
||||
ll = "ls --color -Galhtr";
|
||||
lss = "du --max-depth=0 -h {.,}* 2>/dev/null | sort -hr";
|
||||
psg = "ps aux | head -n 1 && ps aux | grep -v 'grep' | grep";
|
||||
cl = "clear";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue