Fix typo in default config (#1530)

This commit is contained in:
Martin van Driel 2017-02-16 20:56:33 +01:00 committed by Guillermo Rauch
parent 67d6963296
commit 7ae7a523d1

View file

@ -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: '',