diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 13:05:08 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-09 13:05:08 -0700 |
commit | 156e8e97650bd84eda17b7584efff9517df8e4b9 (patch) | |
tree | abd9925b4b87a55f910282b729afac3a6fbd537e | |
parent | 57df67d6d2639a398ceab5cfc84f2dc295e5597e (diff) |
Adding gvim alias
-rw-r--r-- | base/bash_aliases | 1 | ||||
-rw-r--r-- | base/bashrc | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/base/bash_aliases b/base/bash_aliases index ccf7cb7..9cc0035 100644 --- a/base/bash_aliases +++ b/base/bash_aliases @@ -1 +1,2 @@ alias open=gnome-open +alias g="gvim --remote-silent" 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 |