This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-28 18:02:45 -05:00
parent 39edfefa58
commit e671f877d9
4 changed files with 26 additions and 8 deletions

View file

@ -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";