mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fix typo in default config (#1530)
This commit is contained in:
parent
67d6963296
commit
7ae7a523d1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ module.exports = {
|
|||
// 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
|
||||
// make sure to use a full path if the binary name doesn't work
|
||||
// (e.g `C:\\Windows\\System32\\bash.exe` instad of just `bash.exe`)
|
||||
// (e.g `C:\\Windows\\System32\\bash.exe` instead of just `bash.exe`)
|
||||
// if you're using powershell, make sure to remove the `--login` below
|
||||
shell: '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue