From 63b46304ad5858e1270304cf490d9db8f7e9c614 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 31 Mar 2015 21:39:37 +0200 Subject: [PATCH] $HOME --- tools/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index f37124d..0d61db0 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -34,8 +34,12 @@ if [ 1 == 2 ]; then # curl https://install.meteor.com/ | sh fi +if [ ! -n "$HOME" ]; then + HOME=~/ +fi + if [ ! -n "$ZCNF" ]; then - ZCNF=~/.config/zsh-config + ZCNF=$HOME/.config/zsh-config fi if [ ! -n "$ZSH" ]; then -- 2.0.0