Created
September 24, 2017 08:09
-
-
Save AlexBlokh/eddc5e0dab0fb07edebd6d12b6be63c5 to your computer and use it in GitHub Desktop.
How to install zsh for Hyper on macOs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install zsh | |
brew install zsh-autocomplete | |
open ~/.hyper.js and find 'shell' and assign 'zsh' to it. You can also open 'hyper.js' in Hyper app by pressing cmd+',' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the info. In the 3rd part
open ~/.hyper.js and find 'shell' and assign 'zsh' to it
could you explain more, please
How do you assign 'zsh' to it?
thanks!