mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-07 12:54:00 +00:00
doc: include FAR in ThirdPartyToolProfiles.md (#4242)
This commit is contained in:
committed by
Dustin L. Howett (MSFT)
parent
23d1bcbd94
commit
6d6fb7f690
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user