Add notes about full paths for the shell config and about PowerShell

Closes #1020
This commit is contained in:
Matheus Fernandes 2017-01-15 21:01:28 -02:00
parent 232295a195
commit d54fa3889b
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -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'])