Minor change
parent
92d23d2f69
commit
aab99091fc
@ -18,7 +18,7 @@ If necessary, follow these steps to install Zsh:
|
|||||||
- from [source](http://zsh.sourceforge.net/Arc/source.html), following
|
- from [source](http://zsh.sourceforge.net/Arc/source.html), following
|
||||||
[instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7)
|
[instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7)
|
||||||
2. Verify installation by running `zsh --version`. Expected result: `zsh 5.2` or more recent.
|
2. Verify installation by running `zsh --version`. Expected result: `zsh 5.2` or more recent.
|
||||||
3. Make it your default shell: `chsh -s $(which zsh)`
|
3. Make it is your default shell: `chsh -s $(which zsh)`
|
||||||
- Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`)
|
- Note that this will not work if Zsh is not in your authorized shells list (`/etc/shells`)
|
||||||
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user