Skip to content

Commit

Permalink
Update cygwin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 27, 2019
1 parent 0fca019 commit e47c782
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/editor/integrated-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,10 @@ You may refer to [Cmder's wiki](https://github.com/cmderdev/cmder/wiki/Seamless-

### Can I use Cygwin's shell with the terminal on Windows?

Yes, to use the [Cygwin](http://cygwin.com/) shell, you will first need to install the chere package and then add the following settings to your `settings.json` file:
Yes, to use the [Cygwin](http://cygwin.com/) shell. If you installed Cygwin to the default location you should be able to switch to it via the "Select Default Shell" command. If not, configure the path manually in your `settings.json` file:

```json
"terminal.integrated.shell.windows": "C:\\Cygwin\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": ["/bin/xhere", "/bin/bash"]
"terminal.integrated.shell.windows": "C:\\cygwin64\\bin\\bash.exe"
```

### Powershell on macOS is complaining about a "-l" argument, how do I fix it?
Expand Down

0 comments on commit e47c782

Please sign in to comment.