Use better ZSH check
This commit is contained in:
parent
98f0d68898
commit
4bd562735e
2
profile
2
profile
@ -2,7 +2,7 @@ if [[ -d "$HOME/dev" ]]; then
|
|||||||
export DEVPATH="$HOME/dev"
|
export DEVPATH="$HOME/dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$(echo $SHELL | grep zsh)" ]]; then
|
if [[ -n "$ZSH_VERSION" ]]; then
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
|
||||||
ZSH_THEME="jispwoso"
|
ZSH_THEME="jispwoso"
|
||||||
|
Loading…
Reference in New Issue
Block a user