vercel/hyper

Shell changes not honored until logging out of OS X

Open

#147 opened on Jul 16, 2016

View on GitHub
 (4 comments) (6 reactions) (0 assignees)TypeScript (44,582 stars) (3,558 forks)batch import
help wanted🐛 Type: Bug

Description

If on bash: chsh -s /bin/zsh && exit If on zsh: chsh -s /bin/bash && exit

When you reopen Hyperterm.app the shell will have not changed. This is not the default behaviour of Terminal.app or iTerm.app.

Contributor guide