Shorten experiment to x
[khome.git] / home / lib / login_functions.sh
index 8c0a351..15f6e3c 100644 (file)
@@ -224,8 +224,9 @@ man() {
     command man "$@"
 }
 
-experiment() {
-    cd "$(~/bin/experiment $@)" || kill -INT $$
+# new experiment
+x() {
+    cd "$(~/bin/x $@)" || kill -INT $$
 }
 
 hump() {
This page took 0.02268 seconds and 4 git commands to generate.