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

Compare commits

...

2 Commits

View File

@ -122,12 +122,13 @@ alias gb='git --no-pager branch'
# being specific {{{2
[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3"
alias maybesudo="maybesudo " # allows aliases within the alias
alias pip="maybesudo -H pip3"
alias revend='objcopy -I binary -O binary --reverse-bytes=4'
alias aur="BUILDDIR=$HOME/src $HOME/sh/aur -jj"
alias clone='maybesudo rsync -aHA --info=progress2 --no-i-r'
alias aligntabs="column -t -s$'\t'"
alias pippy="maybesudo python3 -m pip install --upgrade --upgrade-strategy only-if-needed"
alias pippy="maybesudo py -m pip install --upgrade --upgrade-strategy only-if-needed"
alias crawla='ssh joshua@crawl.akrasiac.org -i ~/.ssh/crawl'
alias crawlz='ssh crawl@crawl.develz.org -i ~/.ssh/crawl'
@ -165,6 +166,10 @@ explore() {
explorer "$(cygpath -w $1)"
}
pegg() {
pippy "https://github.com/$1/$2/tarball/${3:-master}#egg=$2"
}
# sources {{{1
if [ $FANCY -eq 1 ]; then