From 1be8e74bb12167f8e6adf899612b20cfb16a9ce5 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 12 Jan 2021 15:01:29 -0500 Subject: [PATCH] Shorten experiment to x --- home/bin/{experiment => x} | 0 home/lib/login_functions.sh | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) rename home/bin/{experiment => x} (100%) 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() { -- 2.20.1