mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fixed typo.
This commit is contained in:
parent
5c9bb77e5d
commit
8c6241876d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) <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.
|
||||
@</usr/share/oh-my-zsh/templates/user.zsh-template>>$HOME/.zshrc@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue