mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Also add ppy alias for default pyhton version
This commit is contained in:
parent
754bbcbbd6
commit
d048c2a262
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue