summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
authorTimo Wilken2023-02-03 12:55:33 +0100
committerTimo Wilken2023-02-03 12:55:33 +0100
commit182c735acc2f61d6c22e4a5bc14372c922413956 (patch)
tree55b818bb19a8bdb8e9e4c75795aafceeb3401019 /tw/home/files/zshrc
parentc9d54409a684eb518506dee268a6eb049a4a5690 (diff)
Allow using kitty as a git difftool
Get rid of annoying syntax highlighting in "kitty +kitten diff". This doesn't work properly with my terminal colour scheme; "bw" is the least intrusive.
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 5d26d9d3..2aac6a63 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -105,6 +105,7 @@ alias ga='git add'
alias gb='git branch'
alias gc='git commit'
alias gd='git diff'
+alias gdk='git difftool --no-symlinks --dir-diff'
alias gds='git diff --staged'
alias gf='git fetch'
alias gfa='git fetch --all --prune --tags'