Fixing gitconfig and bash_profile

to be compatible with older git version and possibly nonexistent
gpg-agent on shared hosting.
main
Dan Buch 11 years ago
parent 1bce27ce8b
commit b66393945a

@ -68,7 +68,7 @@ _bash_profile_main() {
_source_bash_extras
get_ssh_agent
get_gpg_agent
which gpg-agent && test -d ~/.gnupg && get_gpg_agent
_source_if_exists "$HOME/.gvm/scripts/gvm"
_source_if_exists "$HOME/.gvmrc"

@ -12,7 +12,7 @@
receivepack = true
[push]
default = simple
default = matching
[color]
ui = auto

Loading…
Cancel
Save