DEV Community

Discussion on: Bash consoles for windows: Hyper vs Gitbash (my experience so far)

Collapse
 
__shadz_ profile image
Chardenal Matthieu

I use cmder with Hyper so i got git-bash in my terminal ;)

Here's the conf in .hyper.js I use to make it work

{
    shellArgs: ['-i','--login', '/k', '%ConEmuDir%/../init.bat'],

    // for environment variables
    env: {
      ConEmuDir: 'C:/cmder/vendor/conemu-maximus5', // path to ConEmu used by cmder
      TERM: 'cygwin',
    },
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
sarajohn130 profile image
sara john

Why use Hyper and why use cmder? And you do not have git-bash installed, correct?