diff --git a/.zshrc b/.zshrc index 7573251..7eebe56 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ local oh_my_zsh="$HOME/.oh-my-zsh" source $HOME/.ssh-sentinel -if [[ -d "$oh_my_zsh" ]]; then +if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then local theme="jispwoso" export ZSH="$oh_my_zsh"