mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-19 11:02:20 +02:00
Fix chsh instructions for Termux
Ref: https://github.com/ohmyzsh/ohmyzsh/issues/10880
@@ -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
|
||||
|
Reference in New Issue
Block a user