From 4e895aca79d9d95ef3322e699745c3872f84e5a3 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 27 May 2019 12:03:13 +0200 Subject: [PATCH] organize python aliases --- home/-shrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/home/-shrc b/home/-shrc index 74d885c..508d845 100644 --- a/home/-shrc +++ b/home/-shrc @@ -142,6 +142,7 @@ welp=( ) # being specific +[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3" alias pip="sudo -H pip3" alias irc='screeny "$USER" irc irssi' alias crawl='screeny "$USER" crawl ssh crawl@crawl.develz.org -i ~/.ssh/crawl' @@ -153,6 +154,7 @@ alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )' alias get="git clone --single-branch --depth 1" alias aligntabs="column -t -s$'\t'" alias gc="git column --mode=dense --padding=2" +alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed" ll() { { lr -1lshGG -o tev -t 'name~~".*"||type==d' "$@" \ @@ -186,10 +188,6 @@ trash() { dd status=none if=/dev/random bs=1 count="$1" } -# buncha crap i need to clean up: -[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3" -alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed" - unset cdrive unset ddrive