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
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue