summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-18 21:50:50 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-18 21:50:50 -0600
commit55979a4271cea28dc3d577e708dfb145d5b6cc4c (patch)
treebcdb6fcd5fa6502891ea7efdae687732e2326c41 /bashrc
parentd1f81fb835a3dc7701d5fcf7b627aa7b49e4db48 (diff)
downloadconf-55979a4271cea28dc3d577e708dfb145d5b6cc4c.tar.gz
conf-55979a4271cea28dc3d577e708dfb145d5b6cc4c.zip
clean up my github interaction stuff, and add some more
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bashrc b/bashrc
index 27e597a..e2a4c58 100644
--- a/bashrc
+++ b/bashrc
@@ -150,13 +150,6 @@ function pdfcat {
shift
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$out $*
}
-function github-clone {
- if [[ -z $2 ]]; then
- git clone git@github.com:$USER/$1.git
- else
- git clone git://github.com/$1/$2.git
- fi
-}
function mod {
yes | module-setup $1
}