Mercurial > dotfiles
view hgrc/hgrc-MacOSX @ 462:4f6af3e668eb
Use fd for fzf if available.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 14 Jan 2019 20:49:49 -0800 |
parents | 4248ef657070 |
children |
line wrap: on
line source
[ui] ssh = ssh -C merge = kdiff3 [extensions] beautifygraph = [extdiff] cmd.kdiff3 = /Applications/kdiff3.app/Contents/MacOS/kdiff3 [merge-tools] kdiff3.executable = /Applications/kdiff3.app/Contents/MacOS/kdiff3 kdiff3.args = $base $local $other -o $output # vim: ft=cfg