From 156e8e97650bd84eda17b7584efff9517df8e4b9 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 9 Sep 2013 13:05:08 -0700 Subject: Adding gvim alias --- base/bashrc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'base/bashrc') diff --git a/base/bashrc b/base/bashrc index a462e48..66322c8 100644 --- a/base/bashrc +++ b/base/bashrc @@ -110,17 +110,6 @@ if [ -f ~/.shell_pathes ]; then source ~/.shell_pathes fi -# GPG -if [ -f "${HOME}/.gpg-agent-info" ]; then - . "${HOME}/.gpg-agent-info" - export GPG_AGENT_INFO - export SSH_AUTH_SOCK -fi - -GPG_TTY=$(tty) -export GPG_TTY - - # Host Specific Settings if [ -f ~/.host-specific/bashrc ]; then source ~/.host-specific/bashrc -- cgit v1.2.3