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:
parent
1bce27ce8b
commit
b66393945a
@ -68,7 +68,7 @@ _bash_profile_main() {
|
|||||||
_source_bash_extras
|
_source_bash_extras
|
||||||
|
|
||||||
get_ssh_agent
|
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/.gvm/scripts/gvm"
|
||||||
_source_if_exists "$HOME/.gvmrc"
|
_source_if_exists "$HOME/.gvmrc"
|
||||||
|
Loading…
Reference in New Issue
Block a user