diff options
-rw-r--r-- | templates/.gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/.gitconfig b/templates/.gitconfig index 06df8ff..688a058 100644 --- a/templates/.gitconfig +++ b/templates/.gitconfig @@ -1,11 +1,12 @@ -# Ansible managed # vim: ft=gitconfig [user] name = Ben Burwell email = ben@benburwell.com signingkey = 666112D967A36ECD +{{ if eq .OS "darwin" }} [credential] helper = osxkeychain +{{ end }} [color] diff = auto status = auto |