Use better ZSH check

This commit is contained in:
Kevin Cotugno 2017-10-20 09:07:17 -07:00
parent 98f0d68898
commit 4bd562735e

View File

@ -2,7 +2,7 @@ if [[ -d "$HOME/dev" ]]; then
export DEVPATH="$HOME/dev"
fi
if [[ -n "$(echo $SHELL | grep zsh)" ]]; then
if [[ -n "$ZSH_VERSION" ]]; then
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="jispwoso"