Created: 2017 May 19th
Updated: 2017 October 13th
Windows user? Want to use commands like ls and pwd in the hyper terminal?
ls
pwd
https://github.com/zeit/hyper/issues/1252
// the shell to run when spawning a new session (i.e. /usr/local/bin/fish)// if left empty, your system's login shell will be used by defaultshell: 'C:\\Program Files\\Git\\git-cmd.exe',// for setting shell arguments (i.e. for using interactive shellArgs: ['-i'])// by default ['--login'] will be usedshellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],