From 9e4c43c083b19fa819575606e963ff2fdf71c155 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 17 Apr 2019 13:47:06 -0400 Subject: [PATCH] Replace $HOME with ~ --- lib/login_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/login_functions.sh b/lib/login_functions.sh index ec040cb..307bec6 100644 --- a/lib/login_functions.sh +++ b/lib/login_functions.sh @@ -35,7 +35,7 @@ man() { } experiment() { - cd "$($HOME/bin/experiment $@)" || exit 1 + cd "$(~/bin/experiment $@)" || exit 1 } hump() { -- 2.20.1