Skip to content

Commit

Permalink
doc: include FAR in ThirdPartyToolProfiles.md (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtabota authored and DHowett committed Jan 15, 2020
1 parent 23d1bcb commit 6d6fb7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/user-docs/ThirdPartyToolProfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ Note that the starting directory of Cygwin is set as it is to make the path
work. The default directory opened when starting Cygwin will be `$HOME` because
of the `--login` flag.

## Far Manager

Assuming that you've installed Far into `c:\Program Files\Far Manager`:

```json
{
"name" : "Far",
"commandline" : "\"c:\\program files\\far manager\\far.exe\"",
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : false
},
```

## Git Bash

Assuming that you've installed Git Bash into `C:/Program Files/Git`:
Expand Down

0 comments on commit 6d6fb7f

Please sign in to comment.