zsh: Add alias for python shell

This commit is contained in:
2024-10-02 22:37:08 +02:00
parent dafdbb3498
commit 8f5e821c13

View File

@@ -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'