summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-03 21:39:41 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-03 21:39:41 -0500
commit6a1d0aff6f939bf244980d38a765dded931f8db1 (patch)
tree9da332821149780bf6a424a953f51b8e2d9861d1 /bashrc
parent704c77d77465c4e9db4c0c1c9fbfbee0728d7e25 (diff)
downloadconf-6a1d0aff6f939bf244980d38a765dded931f8db1.tar.gz
conf-6a1d0aff6f939bf244980d38a765dded931f8db1.zip
add alias for running module-setup
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 31636a4..e94c2fd 100644
--- a/bashrc
+++ b/bashrc
@@ -142,6 +142,9 @@ function vack {
function github-clone {
git clone git://github.com/$1/$2.git
}
+function mod {
+ yes | module-setup $1
+}
# }}}
# }}}
# bash configuration {{{