new added

This commit is contained in:
mzilka 2018-01-05 21:35:40 +01:00
commit 5ee0a0341f
2 changed files with 86 additions and 1 deletions

View file

@ -1,4 +1,3 @@
export ZSH=/mnt/data/data_local/git/oh-my-zsh
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
@ -115,3 +114,4 @@ else
fi
fi
fi
eval "$(rbenv init -)"