remove variables

This commit is contained in:
finga 2018-05-15 11:27:19 +02:00
parent 7a303df5e3
commit 386549b07b

7
.zshrc
View file

@ -39,10 +39,3 @@ precmd() {
REPORTTIME=1
. ~/.profile
# perl stuff
# PATH="/home/fnedoluha/perl5/bin${PATH:+:${PATH}}"; export PATH;
# PERL5LIB="/home/fnedoluha/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
# PERL_LOCAL_LIB_ROOT="/home/fnedoluha/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
# PERL_MB_OPT="--install_base \"/home/fnedoluha/perl5\""; export PERL_MB_OPT;
# PERL_MM_OPT="INSTALL_BASE=/home/fnedoluha/perl5"; export PERL_MM_OPT;