mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
use subshell to determine location of zsh
On debian and ubuntu zsh is found in /usr/bin/ instead of /bin/
This commit is contained in:
parent
45ed12d091
commit
4c9a8174b2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ h3. The manual way
|
||||||
|
|
||||||
3. Set zsh as your default shell:
|
3. Set zsh as your default shell:
|
||||||
|
|
||||||
@chsh -s /bin/zsh@
|
@chsh -s $(which zsh)@
|
||||||
|
|
||||||
4. Start / restart zsh (open a new terminal is easy enough...)
|
4. Start / restart zsh (open a new terminal is easy enough...)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue