Mercurial > dotfiles
comparison hgrc/hgrc-Windows_NT @ 489:36300968dc55
Use tools installed with scoop on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:19:55 -0700 |
parents | ace0146ff1bc |
children |
comparison
equal
deleted
inserted
replaced
488:96b550ef5940 | 489:36300968dc55 |
---|---|
1 [ui] | 1 [ui] |
2 ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C | 2 ssh = "%USERPROFILE%\scoop\shims\plink.exe" -ssh -2 -batch -C |
3 editor = "C:\Program Files (x86)\Vim\vim80\vim.exe" | 3 editor = "%USERPROFILE%\scoop\shims\vim.exe" |
4 | 4 |
5 [extdiff] | 5 [extdiff] |
6 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" | 6 cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe" |
7 | 7 |
8 [tortoisehg] | 8 [tortoisehg] |