summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-01 13:07:21 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-01 13:07:21 -0500
commit63f0cece9154d244238677543ff334e75668c148 (patch)
tree588390ea5de313907ba0f9701755b08e370745a8 /bashrc
parent2c55b25468ec5084701f81200ed3ba34398a36e0 (diff)
downloadconf-63f0cece9154d244238677543ff334e75668c148.tar.gz
conf-63f0cece9154d244238677543ff334e75668c148.zip
move local PERL5LIB to ~/perl5/local/
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 64b817f..31cc710 100644
--- a/bashrc
+++ b/bashrc
@@ -17,7 +17,7 @@ export DARCS_SCP="${HOME}/.bin/scp"
export DARCS_SFTP="${HOME}/.bin/sftp"
export GIT_SSH="${HOME}/.bin/ssh"
export RSYNC_RSH="${HOME}/.bin/ssh"
-export PERL5LIB="${HOME}/.perl:${HOME}/.perl/lib/perl5/site_perl/5.10.0/i686-linux"
+export PERL5LIB="${HOME}/perl5/local/:${HOME}/perl5/local/lib/perl5/site_perl/5.10.0/i686-linux"
export CVS_RSH="${HOME}/.bin/ssh"
export TEXINPUTS=".:${HOME}/conf/tex:"
export LESS='-QR'
@@ -91,7 +91,7 @@ alias misc='tmux a -t misc'
# other {{{
alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070404 Firefox/2.0.0.3"'
alias ..='cd ..'
-alias dotperl="rsync -av lib/* ${HOME}/.perl/"
+alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
function webcam {
local width=$1