From 1f292aeda8937a5201192d95dd8eaa8a2fda7500 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 27 May 2019 11:54:04 +0200 Subject: [PATCH] clean up MPQ crap and make python alias better note that removes the unbuffered output flag. --- home/-shrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/home/-shrc b/home/-shrc index e9592ca..74d885c 100644 --- a/home/-shrc +++ b/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