Przeglądaj źródła

More reasonable default gpg location

Colin Powell 2 lat temu
rodzic
commit
a92e698f13
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      git/.gitconfig

+ 1 - 1
git/.gitconfig

@@ -28,7 +28,7 @@
 [merge]
 	conflictstyle = diff3
 [gpg]
-	program = /usr/bin/gpg
+	program = /usr/local/bin/gpg
 [status]
 	showUntrackedFiles = all
 [transfer]