From 386549b07b8c8117bc82b82784c8c9e7e1b5af93 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 15 May 2018 11:27:19 +0200 Subject: [PATCH] remove variables --- .zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zshrc b/.zshrc index 79954ad..073c87e 100644 --- a/.zshrc +++ b/.zshrc @@ -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;