1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

clean up MPQ crap and make python alias better

note that removes the unbuffered output flag.
This commit is contained in:
Connor Olding 2019-05-27 11:54:04 +02:00
parent 7af6f81551
commit 1f292aeda8

View File

@ -187,19 +187,11 @@ trash() {
}
# buncha crap i need to clean up:
alias py="~/python3 -u"
alias mpq=~win/Desktop/starcraft/MPQEditor.exe
[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3"
alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed"
mpqize() {
[ -s "$1" ] && rm "$1"
mpq new "$1"
mpq add "$1" "$2" staredit\\scenario.chk
}
unset cdrive
unset ddrive
#[ -e ~/sh/z/z.sh ] && . ~/sh/z/z.sh
. ~/.streamcrap
. ~/.ea