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:
|
To set zsh as your default shell, run this command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
chsh -s /data/data/com.termux/files/usr/bin/zsh
|
chsh -s zsh
|
||||||
```
|
|
||||||
|
|
||||||
Or:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
chsh -s $(which zsh)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### KISS Linux
|
### KISS Linux
|
||||||
|
|
Loading…
Reference in New Issue