diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 19:29:20 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 19:29:20 -0500 |
commit | 1cd70a9954b6206de484f89ed7d71f2124c8c2cb (patch) | |
tree | 2d5b6ad8f8a2c7f3afb7238a980bacb642841053 /dot_gitconfig.tmpl | |
parent | elisp .emacs (diff) | |
parent | s-l should force xlock to immediately lock (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to '')
-rw-r--r-- | dot_gitconfig.tmpl (renamed from dot_gitconfig) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_gitconfig b/dot_gitconfig.tmpl index b7c44cc..74c6103 100644 --- a/dot_gitconfig +++ b/dot_gitconfig.tmpl @@ -45,3 +45,7 @@ autocorrect = prompt [init] defaultBranch = master +{{ if (eq .chezmoi.os "openbsd") -}} +[safe] + directory = /usr/src +{{- end }} |