sr alias now sources .zshrc and .zshenv, instead of just .zshrc
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user