jedis00
jedis00
Found that this breaks CTRL+SHIFT+D to open a new pane. Gives a javascript error: > Uncaught exception: Error: Cannot create process, error code: 267 at new WindowsPtyAgent If I close...
@bet4it Same. Yes, I am using hypercwd, and it is setting my directory correctly when Hyper fires up Git Bash. `// for setting shell arguments (i.e. for using interactive shellArgs:...
Removed ```hyper-save-windowstate``` to make sure there wasn't a conflict... no change. Not seeing any window layout changes after loading my hyperinator config file.
@bet4it Nope. No change: ``` $ npm install -g hyperinator C:\Users\jedis\AppData\Roaming\npm\hyperinator -> C:\Users\jedis\AppData\Roaming\npm\node_modules\hyperinator\bin\hyperinator + [email protected] updated 1 package in 1.685s $ hyperinator load multi [hyperinator config: C:\Users\jedis\.hyperinator\multi.yml] $ ``` What...
I'm using Hyper 3.1.0-canary.4 (stable) since there were issues with the version on their website and Windows 10. I don't have a setting for webGLRenderer in .hyper.js. ``` bundle.js:1 (re)loading...
https://i.imgur.com/Uk3IZxJ.png - extremely hard to read with the color codes.
Applied the second patch. Same stuff is being output to the console... but all of a sudden, it's working! Just tried it a second time, and sometimes it works and...
.bashrc ```export PATH=$PATH:~/AppData/Local/hyper/app-3.1.0-canary4/resources/bin``` .bash_profile ``` # generated by Git for Windows test -f ~/.profile && . ~/.profile test -f ~/.bashrc && . ~/.bashrc ``` ~/.config/git/git-prompt.sh ``` if test -f /etc/profile.d/git-sdk.sh...
``` $ echo $PS1 \[\033]0;$PWD\007\]\n\[\033[35m\]\d \D{%Y %r}\n\]\[\033[32m\]\u@\h \[\033[33m\]\w\[\033[36m\]`__git_ps1`\[\033[0m\]\n$ ```
Bumping this for visibility