diff --git a/README.textile b/README.textile index b60c59f6b..290dc990b 100644 --- a/README.textile +++ b/README.textile @@ -16,7 +16,7 @@ h3. Installing using cower h4. Enableing for a user. The user must first have zsh set as their shell. -@[[ $SHELL == '/bin/zsh' ]] && su -c'chsh -s $(which zsh) '@ +@[[ $SHELL != '/bin/zsh' ]] && su -c'chsh -s $(which zsh) '@ For each user who wishes to use oh-my-zsh they must append/copy the user.zsh-template to their .zshrc. @>$HOME/.zshrc@