diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 256d289..ebf7f76 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -27,11 +27,11 @@ ppp () { if [ $? == 0 ]; then bpython "$@" else - python3 "$@" + python "$@" fi } -alias pp=ppp +alias pp=python # apparently this is the only way of setting GNU Screen to UTF-8 alias screen="screen -U"