Fix chsh instructions for Termux

Ref: https://github.com/ohmyzsh/ohmyzsh/issues/10880
Marc Cornellà 2022-04-24 18:04:11 +02:00 committed by GitHub
parent ef75cecf11
commit dc09bc0e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

@ -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