Add experiment script
[khome.git] / lib / login_functions.sh
index f0963b7..c67de2e 100644 (file)
@@ -32,3 +32,7 @@ man() {
     LESS_TERMCAP_us=$'\e[01;32m' \
     command man "$@"
 }
+
+experiment() {
+    cd "$($HOME/bin/experiment $@)"
+}
This page took 0.023953 seconds and 4 git commands to generate.