fixed typo.

This commit is contained in:
jamesm-sitegen 2011-11-29 17:45:09 +11:00
commit 8c6241876d

View file

@ -16,7 +16,7 @@ h3. Installing using cower
h4. Enableing for a user. h4. Enableing for a user.
The user must first have zsh set as their shell. The user must first have zsh set as their shell.
@[[ $SHELL == '/bin/zsh' ]] && su -c'chsh -s $(which zsh) <USERNAME>'@ @[[ $SHELL != '/bin/zsh' ]] && su -c'chsh -s $(which zsh) <USERNAME>'@
For each user who wishes to use oh-my-zsh they must append/copy the user.zsh-template to their .zshrc. For each user who wishes to use oh-my-zsh they must append/copy the user.zsh-template to their .zshrc.
@</usr/share/oh-my-zsh/templates/user.zsh-template>>$HOME/.zshrc@ @</usr/share/oh-my-zsh/templates/user.zsh-template>>$HOME/.zshrc@