Include dedicated SMAC University fortune DB
[khome.git] / lib / login_functions.sh
index f0963b7..bb15846 100644 (file)
@@ -32,3 +32,11 @@ man() {
     LESS_TERMCAP_us=$'\e[01;32m' \
     command man "$@"
 }
+
+experiment() {
+    cd "$($HOME/bin/experiment $@)"
+}
+
+hump() {
+    ledit -l $(stty size | awk '{print $2}') ocaml $@
+}
This page took 0.024936 seconds and 4 git commands to generate.