diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-04-11 23:01:21 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-04-11 23:01:21 -0400 |
commit | 6c0a5af3aba9902206a73a62e2be2e4dd67be9da (patch) | |
tree | cbc0dbb938716a80cc0248b5aff97dc34f21c756 /.bashrc | |
parent | ebc4f813d517d44ddf7440fd8043c5d41adf8932 (diff) | |
parent | a96ee608ce4be813ce381a6a0c195591f633986e (diff) |
Merge branch 'hp-dv6426us-par' into identica-mode-1.2hp-dv6426us-par/identica-mode-1.2
Conflicts:
.emacs
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -99,3 +99,15 @@ fi if [ -f "$HOME/.login-daemons" ]; then . "$HOME/.login-daemons" fi + +if [ -f "${HOME}/.gnupg/agent-info" ]; then + . "${HOME}/.gnupg/agent-info" + export GPG_AGENT_INFO + #export SSH_AUTH_SOCK +fi + +export PERL_LOCAL_LIB_ROOT="/home/luke/perl5"; +export PERL_MB_OPT="--install_base /home/luke/perl5"; +export PERL_MM_OPT="INSTALL_BASE=/home/luke/perl5"; +export PERL5LIB="/home/luke/perl5/lib/perl5/i686-linux-thread-multi:/home/luke/perl5/lib/perl5"; +export PATH="/home/luke/perl5/bin:$PATH"; |