From dc09bc0e76731f5b19b48e98f619564266a802b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 24 Apr 2022 18:04:11 +0200 Subject: [PATCH] Fix chsh instructions for Termux Ref: https://github.com/ohmyzsh/ohmyzsh/issues/10880 --- Installing-ZSH.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 4a9bcba..47e1e08 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -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