ppp is now bpython or python, pp is just python
This commit is contained in:
parent
3f02d344dd
commit
6691f43ab6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue