Fixing gitconfig and bash_profile

to be compatible with older git version and possibly nonexistent
gpg-agent on shared hosting.
This commit is contained in:
Dan Buch 2013-02-25 15:36:41 -08:00
parent 1bce27ce8b
commit b66393945a
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

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