vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.2k stars 3.51k forks source link

path not showing in hyper and unable to use it just after installing #3786

Open ankitsmart63 opened 5 years ago

ankitsmart63 commented 5 years ago

Issue

LaurenceJJones commented 5 years ago

Is this the current directory that you are in next to the line? EG C:\somefolder>

If so it could be the custom "shell" config line change the config to blank so it uses the default command line.

LaurenceJJones commented 5 years ago

Side note I have just changed my config over to use git-bash and I get the same side effect doesn't load cmd and not useable could be an issue with using this custom shell.

Changing this line over to "shell": "", or "shell": "C:\Program Files\Git\git-cmd.exe"

Got my hyper working fine on 3.0.2

ankitsmart63 commented 5 years ago

No,no directory path is showing when I open hyper. Full blank terminal show with just a cursor rectangle where we can type.

But nothing is being typed whatever key I press...

On 07-Aug-2019 4:54 PM, "Laurence Jones" notifications@github.com wrote:

Is this the current directory that you are in next to the line? EG C:\somefolder>

If so it could be the custom "shell" config line change the config to blank so it uses the default command line.

Does that help?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zeit/hyper/issues/3786?email_source=notifications&email_token=AD3YQBQ5EIRWRHVUIUJC4RTQDKWFLA5CNFSM4IJ4PCG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3YCPSY#issuecomment-519055307, or mute the thread https://github.com/notifications/unsubscribe-auth/AD3YQBVU7QVJVCLTKJH556TQDKWFLANCNFSM4IJ4PCGQ .

LaurenceJJones commented 5 years ago

Change the config of hyper to either

"shell": "C:\\Program Files\\Git\\git-cmd.exe", or "shell": "",