Skip to content

Instantly share code, notes, and snippets.

@spences10
Last active May 9, 2017 20:32
Show Gist options
  • Save spences10/11aa09982f6077bcb4ebcea033931113 to your computer and use it in GitHub Desktop.
Save spences10/11aa09982f6077bcb4ebcea033931113 to your computer and use it in GitHub Desktop.
Hyper cheat sheet

@spences10 you need shell: 'C:\\Windows\\System32\\cmd.exe', in your config

how can I shorten the command prompt in hyper?

PS1=‘$’

use Git bash

vercel/hyper#1252

    // 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'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment