1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-25 01:03:22 -07:00

add pegg command to pip install from github

This commit is contained in:
Connor Olding 2020-08-15 22:39:02 +02:00
parent 39f81daa86
commit 1b6bb206f8

View File

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