-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Bug]: can't change shell to zsh #4455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This also DOES NOT WORK: |
As a workaround, you can call |
zsh only shows up when logging in via ssh. Did you guys really hard code bash into termux? |
We did not hardcode bash into Termux.
The user's shell is determined via // ~% ls -l ~/.termux/shell
lrwxrwxrwx. 1 u0_a215 u0_a215 39 Apr 8 02:02 /data/data/com.termux/files/home/.termux/shell -> /data/data/com.termux/files/usr/bin/zsh Please verify that it is correctly pointing at Zsh. Full
|
Unsurprisingly:
which explains why when I ssh to the phone I get the zsh shell |
Problem description
Can't change shell to zsh
Steps to reproduce the behavior.
chsh -s $(which zsh)
/data/data/com.termux/files/usr/bin//data/data/com.termux/files/usr/bin/zsh is not an executable file!
What is the expected behavior?
No response
System information
zsh 5.9 (aarch64-unknown-linux-android)
The text was updated successfully, but these errors were encountered: