diff --git a/home/.config/shell/aliases b/home/.config/shell/aliases index 5e0ed7e..cc14cbd 100755 --- a/home/.config/shell/aliases +++ b/home/.config/shell/aliases @@ -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'