diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-29 08:11:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-29 08:11:33 +0300 |
| commit | 66333448eba91b8cf43f67241e41c70feec70cde (patch) | |
| tree | 8a9a9ab5bad7406eacb39da15dfe78b47d153c3b /fish | |
| parent | c435081ff72dbf0d771f85cc5034a0791ef65610 (diff) | |
add git difftool keybindings and external diff command
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/conf.d/config.fish b/fish/conf.d/config.fish index c5f7c99..d1e5386 100644 --- a/fish/conf.d/config.fish +++ b/fish/conf.d/config.fish @@ -16,6 +16,7 @@ abbr -a no 'grep -E -i -v' abbr -a not 'grep -E -i -v' abbr -a gl 'git log --pretty=oneline --graph --decorate --all' abbr -a gp 'begin; git commit -a; and git pull; and git push; end' +abbr -a gdt 'git difftool' for dir in ~/.config/fish/conf.d.work ~/.config/fish/conf.d.local if test -d $dir |
