From 302be1866abd3dd9a4b8d0d2a7712917753bdc26 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sun, 16 Sep 2018 11:06:41 +0200 Subject: [PATCH] reverted ppp back to python3 --- etc/zsh/zshrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6f40f52..cb09c7f 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -21,17 +21,8 @@ alias Ytune="noglob youtube-dl --no-check-certificate -x --audio-format vorbis - alias units="units -v" alias usystemctl="systemctl --user" alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" - -ppp () { - which bpython > /dev/null - if [ $? == 0 ]; then - bpython "$@" - else - python "$@" - fi -} - alias pp=python +alias ppp=python3 # apparently this is the only way of setting GNU Screen to UTF-8 alias screen="screen -U"