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

organize python aliases

This commit is contained in:
Connor Olding 2019-05-27 12:03:13 +02:00
parent 1204448171
commit 4e895aca79

View File

@ -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