I am using Hyper with git-bash (if you don't know how to, see this issue)
In previous version the command clear was working, but now it is not clearing screen, see the picture bellow:
as you can see there is two problems in this picture:
Things got real messy :)
Thanks in advance
I'm on the exact same environment. Windows 10, Hyper 1.3.2, git-bash.
Same here, CMD + K returns ^L
when a command is running, works fine otherwise.
Environment: macOS v10.12.4 using fish shell.
I think this can be considered a duplicate of the issue I posted a few hours ago, so might be better to post there and close this one.
in hyper.js file put
// for environment variables
env: {
TERM: "cygwin"
},
Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you!
@Stanzilla I'm having the same issue, I added the following (noting a similar issue in VS Code and the above... clear is still not working.
shell: 'C:\\Program Files\\Git\\bin\\bash.exe',
env: {
CHERE_INVOKING: "1",
TERM: "cygwin",
},
shellArgs: ['-i'],
Most helpful comment
in hyper.js file put