vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Git Bash SDK as an alternative shell

hai-nguyen-van opened this issue · comments

  • OS version and name: Windows 10
  • Hyper.app version: 3.4.1 (stable)

Issue

In the .hyper file, it is written that Git Bash can be used with Hyper by setting

        // Git-bash on Windows
        // - Example: `C:\\Program Files\\Git\\bin\\bash.exe`

However, I would like to use the SDK version of Git Bash (that allows to install additional packages with pacman) but it seems that Hyper cannot run with it. I have correctly set the path to the new bash executable:

        shell: 'C:\\git-sdk-64\\git-bash.exe'

Hyper opens up and then suddenly closes. What executable should I run instead ?