sr alias now sources .zshrc and .zshenv, instead of just .zshrc

This commit is contained in:
2024-11-17 03:58:21 -05:00
parent 03c5b9008e
commit 1e8c5a5354

View File

@@ -11,7 +11,7 @@
cp = "cp -vr"; cp = "cp -vr";
gt = "gtrash"; gt = "gtrash";
gtp = "playshellsound ${self}/assets/sound/rm.wav; gtrash put"; gtp = "playshellsound ${self}/assets/sound/rm.wav; gtrash put";
sr = "source ~/.zshrc"; sr = "source ~/.zshrc && source ~/.zshenv";
".." = "cd .."; ".." = "cd ..";
rm = "echo 'use \"gtp\" instead'"; rm = "echo 'use \"gtp\" instead'";
psg = "ps aux | grep -v grep | grep -i -e VSZ -e"; psg = "ps aux | grep -v grep | grep -i -e VSZ -e";