From: Siraaj Khandkar Date: Tue, 12 Jan 2021 20:01:29 +0000 (-0500) Subject: Shorten experiment to x X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=1be8e74bb12167f8e6adf899612b20cfb16a9ce5 Shorten experiment to x --- diff --git a/home/bin/experiment b/home/bin/x similarity index 100% rename from home/bin/experiment rename to home/bin/x diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 8c0a351..15f6e3c 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -224,8 +224,9 @@ man() { command man "$@" } -experiment() { - cd "$(~/bin/experiment $@)" || kill -INT $$ +# new experiment +x() { + cd "$(~/bin/x $@)" || kill -INT $$ } hump() {