diff options
| -rw-r--r-- | ar/.config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ar/.config/git/config b/ar/.config/git/config index aba3da1..095b3a9 100644 --- a/ar/.config/git/config +++ b/ar/.config/git/config @@ -9,7 +9,9 @@ changed = yellow untracked = blue [credential] + helper = cache helper = store + helper = !type pass-git-helper >/dev/null && pass-git-helper$@ [delta] blame-code-style = syntax blame-palette = "#161617" "#1b1b1d" "#2a2a2d" "#3e3e43" |
