diff --git a/zsh/zshrc.j2 b/zsh/zshrc.j2 index 20ba1d7..8ce2181 100644 --- a/zsh/zshrc.j2 +++ b/zsh/zshrc.j2 @@ -79,6 +79,7 @@ alias clipo="xclip -out -selection clipboard" alias rgrep="grep -r" alias calc='python3 -ic "from math import *; import cmath"' +alias psh='python3 -ic "from math import *; import cmath"' alias le_haxxor_1='clear && dmesg | pv -qL 20' alias le_haxxor_2='clear && hexdump -C /dev/urandom | pv -qlL 2'