ppp is now bpython or python, pp is just python

This commit is contained in:
Martinez 2018-01-28 12:18:45 +01:00
parent 3f02d344dd
commit 6691f43ab6

View file

@ -27,11 +27,11 @@ ppp () {
if [ $? == 0 ]; then if [ $? == 0 ]; then
bpython "$@" bpython "$@"
else else
python3 "$@" python "$@"
fi fi
} }
alias pp=ppp alias pp=python
# apparently this is the only way of setting GNU Screen to UTF-8 # apparently this is the only way of setting GNU Screen to UTF-8
alias screen="screen -U" alias screen="screen -U"