mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:39:03 -08:00
clean up MPQ crap and make python alias better
note that removes the unbuffered output flag.
This commit is contained in:
parent
7af6f81551
commit
1f292aeda8
1 changed files with 1 additions and 9 deletions
10
home/-shrc
10
home/-shrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue