Commit 63b46304ad5858e1270304cf490d9db8f7e9c614

Authored by mj
1 parent 176ffff3b2
Exists in master and in 2 other branches 02-merge, dev

$HOME

Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff

... ... @@ -34,8 +34,12 @@ if [ 1 == 2 ]; then
34 34 # curl https://install.meteor.com/ | sh
35 35 fi
36 36  
  37 +if [ ! -n "$HOME" ]; then
  38 + HOME=~/
  39 +fi
  40 +
37 41 if [ ! -n "$ZCNF" ]; then
38   - ZCNF=~/.config/zsh-config
  42 + ZCNF=$HOME/.config/zsh-config
39 43 fi
40 44  
41 45 if [ ! -n "$ZSH" ]; then