Skip to content

Commit

Permalink
Add hyper 🏎
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed May 19, 2017
1 parent 539bbd2 commit 929947c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ A place for all my cheat sheets to live!

- **[Yarn](yarn.md#useful-yarn-commands)**

- **[Hyper](hyper.md#useful-hyper-info)**
15 changes: 15 additions & 0 deletions hyper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Useful hyper info

## use Git bash

https://github.com/zeit/hyper/issues/1252

```javascript
// the shell to run when spawning a new session (i.e. /usr/local/bin/fish)
// if left empty, your system's login shell will be used by default
shell: 'C:\\Program Files\\Git\\git-cmd.exe',

// for setting shell arguments (i.e. for using interactive shellArgs: ['-i'])
// by default ['--login'] will be used
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
```

0 comments on commit 929947c

Please sign in to comment.