Hi.
When I am installing oh-my-zsh it's working for the current window, but when I am closing Hyper and opening Hyper again it's not initialized. Do I have to init. it in some way? Or tell Hyper to always use oh-my-zsh?
did you change your system shell to zsh – chsh -s /bin/zsh
?
there's also a shell
option in the Hyper config (see https://hyper.is/#cfg)
Thank you very much! setting shell = '/bin/zsh'
in ~/.hyper.js
did the trick for me.
Did you resolve your issue @sebastianks? Are we okay to close this now?
Hi @CodeTheory
Yes - Thank for your help
How to get rid of the %
sign on startup when doing this?
See
@sinedied Same problem here
This is the Z Shell configuration function for new users,
zsh-newuser-install.
You are seeing this message because you have no zsh startup files
(the files .zshenv, .zprofile, .zshrc, .zlogin in the directory
~). This function can help you with a few settings that should
make your use of the shell easier.
You can:
(q) Quit and do nothing. The function will be run again next time.
(0) Exit, creating the file ~/.zshrc containing just a comment.
That will prevent this function being run again.
(1) Continue to the main menu.
(2) Populate your ~/.zshrc with the configuration recommended
by the system administrator and exit (you will need to edit
the file by hand, if so desired).
Hy guys, someone can help me? my zsh keep send me this msg when i try to open a new tab.
How to get rid of the
%
sign on startup when doing this?
See
Same problem and setting shell = '/bin/zsh' in ~/.hyper.js did the trick for me. Thank you!
Most helpful comment
Thank you very much! setting
shell = '/bin/zsh'
in~/.hyper.js
did the trick for me.