You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zsh does not appear to be installed. Your configuration is prepared, so install zsh and then change your shell using chsh -s /bin/zsh, and your configuration should become active.
However zsh is installed on the remote server; when I run echo $0, the output is -zsh.
The text was updated successfully, but these errors were encountered:
though, that part looks really weird - pretty sure it should be command -v zsh >/dev/null 2>&1 instead of command -v zsh1 >/dev/null 2>&1 (notice the 1). Could you try changing that and re-trying, and let me know if it works?
Yep, that does the trick. I also had to comment out line 88 of copyzshell.zsh: chsh -s /bin/zsh; this seemed to cause an error due to not having proper permissions for the command on the remote server.
I am getting the following error:
However zsh is installed on the remote server; when I run
echo $0
, the output is-zsh
.The text was updated successfully, but these errors were encountered: