zsh: Add alias for python shell
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user