summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
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 {{{