mirror of https://github.com/ohmyzsh/ohmyzsh.git
fix backticks
parent
70db4e5ab1
commit
2ac820fd6d
|
@ -23,7 +23,7 @@ If necessary, follow these steps to install Zsh:
|
||||||
or if you don't have permission to use `chsh`. If that's the case [you'll need to use a different procedure](https://www.google.com/search?q=zsh+default+without+chsh).
|
or if you don't have permission to use `chsh`. If that's the case [you'll need to use a different procedure](https://www.google.com/search?q=zsh+default+without+chsh).
|
||||||
4. Log out and login back again to use your new default shell.
|
4. Log out and login back again to use your new default shell.
|
||||||
5. Test that it worked with `echo $SHELL`. Expected result: `/bin/zsh` or similar.
|
5. Test that it worked with `echo $SHELL`. Expected result: `/bin/zsh` or similar.
|
||||||
6. Test with '$SHELL --version'. Expected result: 'zsh 5.1.1' or similar
|
6. Test with `$SHELL --version`. Expected result: 'zsh 5.1.1' or similar
|
||||||
|
|
||||||
## How to install zsh in many platforms
|
## How to install zsh in many platforms
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue