Also add ppy alias for default pyhton version

This commit is contained in:
ItsDrike 2021-12-18 03:21:23 +01:00
parent 754bbcbbd6
commit d048c2a262
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -80,6 +80,7 @@ alias zi='z -I' # cd with interactive fzf selection
alias zbi='z -b -I' # pick parent directory to cd into with fzf
# Python
alias ppy='python'
alias ipy='ipython'
alias bpy='bpython'
command -v ipython > /dev/null && alias py='ipython' || alias py='python'