reverted ppp back to python3
This commit is contained in:
parent
d607eba589
commit
302be1866a
1 changed files with 1 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue