mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add pegg command to pip install from github
This commit is contained in:
parent
39f81daa86
commit
1b6bb206f8
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@ explore() {
|
||||||
explorer "$(cygpath -w $1)"
|
explorer "$(cygpath -w $1)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pegg() {
|
||||||
|
pippy "https://github.com/$1/$2/tarball/${3:-master}#egg=$2"
|
||||||
|
}
|
||||||
|
|
||||||
# sources {{{1
|
# sources {{{1
|
||||||
|
|
||||||
if [ $FANCY -eq 1 ]; then
|
if [ $FANCY -eq 1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue