mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-20 03:08:51 +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:
|
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
|
||||||
|
Reference in New Issue
Block a user