From 8c6241876d51cdfb5676167d73e6ecc1eafabd40 Mon Sep 17 00:00:00 2001 From: jamesm-sitegen Date: Tue, 29 Nov 2011 17:45:09 +1100 Subject: [PATCH] fixed typo. --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@