mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add notes about full paths for the shell config and about PowerShell
Closes #1020
This commit is contained in:
parent
232295a195
commit
d54fa3889b
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ 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`)
|
||||
// if you're using powershell, make sure to remove the `--login` below
|
||||
shell: '',
|
||||
|
||||
// for setting shell arguments (i.e. for using interactive shellArgs: ['-i'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue