diff --git a/.zshrc b/.zshrc index 9de4246..79954ad 100644 --- a/.zshrc +++ b/.zshrc @@ -38,11 +38,11 @@ precmd() { # Report CPU usage for commands running longer than 1 second REPORTTIME=1 -# . ~/.profile +. ~/.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; +# 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;