Hyper: oh-my-zsh issues

Created on 21 Dec 2016  Â·  9Comments  Â·  Source: vercel/hyper

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?

Question

Most helpful comment

Thank you very much! setting shell = '/bin/zsh' in ~/.hyper.js did the trick for me.

All 9 comments

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
image

@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
image

https://github.com/zeit/hyper/issues/2144

Same problem and setting shell = '/bin/zsh' in ~/.hyper.js did the trick for me. Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BrysonR picture BrysonR  Â·  91Comments

fabdelgado picture fabdelgado  Â·  102Comments

xscheiner picture xscheiner  Â·  73Comments

cristian-sima picture cristian-sima  Â·  51Comments

amilajack picture amilajack  Â·  48Comments