mirror of https://github.com/ohmyzsh/ohmyzsh.git
Fix chsh instructions for Termux
Ref: https://github.com/ohmyzsh/ohmyzsh/issues/10880
parent
ef75cecf11
commit
dc09bc0e76
|
@ -213,13 +213,7 @@ apt install zsh
|
|||
To set zsh as your default shell, run this command:
|
||||
|
||||
```sh
|
||||
chsh -s /data/data/com.termux/files/usr/bin/zsh
|
||||
```
|
||||
|
||||
Or:
|
||||
|
||||
```sh
|
||||
chsh -s $(which zsh)
|
||||
chsh -s zsh
|
||||
```
|
||||
|
||||
### KISS Linux
|
||||
|
|
Loading…
Reference in New Issue