From d048c2a26235cca5d03df37285797aa15ea86cd4 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 18 Dec 2021 03:21:23 +0100 Subject: [PATCH] Also add ppy alias for default pyhton version --- home/.config/shell/aliases | 1 + 1 file changed, 1 insertion(+) 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'