update nvim, update ls command

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-21 19:02:59 -05:00
parent 8251171c59
commit bc405d32d7
2 changed files with 24 additions and 7 deletions

View file

@ -64,9 +64,9 @@ in
# general unix
date_compact = "date +'%Y%m%d'";
date_short = "date +'%Y-%m-%d'";
ls = "ls --color -Ga";
ll = "ls --color -Gal";
lss = "du --max-depth=0 -h * 2>/dev/null";
ls = "ls --color -Gah";
ll = "ls --color -Galh";
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";