diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 18:18:18 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 18:18:18 -0500 |
| commit | e5462ad3b632490526e5dbf82d098e18ad39b66c (patch) | |
| tree | 7410d8a3478c6ba006f776e95c904a7d7a880257 | |
| parent | Don't actually need cl in dictem (diff) | |
/usr/src is safe on openbsd
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 }} |
