weee
This commit is contained in:
parent
39edfefa58
commit
e671f877d9
4 changed files with 26 additions and 8 deletions
|
@ -40,7 +40,7 @@ with lib;
|
|||
date_short = "date +'%Y-%m-%d'";
|
||||
ls = "ls --color -Gah";
|
||||
ll = "ls --color -Galh";
|
||||
lss = "du --max-depth=0 -h * 2>/dev/null | sort -hr";
|
||||
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