mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Improve formatting of step 2 for clarity
This commit is contained in:
parent
d750e7d9e3
commit
5b201468d1
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ h3. The manual way
|
||||||
|
|
||||||
2. Create a new zsh config by copying the zsh template we've provided.
|
2. Create a new zsh config by copying the zsh template we've provided.
|
||||||
|
|
||||||
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
|
|
||||||
|
|
||||||
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
|
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
|
||||||
|
|
||||||
|
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
|
||||||
|
|
||||||
3. Set zsh as your default shell:
|
3. Set zsh as your default shell:
|
||||||
|
|
||||||
@chsh -s /bin/zsh@
|
@chsh -s /bin/zsh@
|
||||||
|
|
Loading…
Reference in a new issue