reverted ppp back to python3

This commit is contained in:
Martinez 2018-09-16 11:06:41 +02:00
parent d607eba589
commit 302be1866a

View file

@ -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"