Remove PERL settings (not used anyway)

This commit is contained in:
Jan Jastrow 2023-09-04 04:10:37 +02:00
parent df9430cde0
commit ff8d4a638d
1 changed files with 0 additions and 6 deletions

6
zshrc
View File

@ -57,9 +57,3 @@ if [[ -d $HOME/.jan ]]; then
source "$HOME/.jan/credentials"
source "$HOME/.jan/zsh_options"
fi
PATH="/Users/jan/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/Users/jan/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/Users/jan/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/Users/jan/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/Users/jan/perl5"; export PERL_MM_OPT;