From: Siraaj Khandkar Date: Wed, 17 Apr 2019 17:47:06 +0000 (-0400) Subject: Replace $HOME with ~ X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=9e4c43c083b19fa819575606e963ff2fdf71c155;p=khome.git Replace $HOME with ~ --- 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() {