mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-01 20:17:50 +08:00
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
Block a user