From c5bea43ba9a4180d5b61eb114d608b930c84c97d Mon Sep 17 00:00:00 2001 From: azpsen Date: Wed, 31 Jan 2024 12:31:49 -0600 Subject: [PATCH] remove perl dependency --- .bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index 9f806f0..abe09c8 100644 --- a/.bashrc +++ b/.bashrc @@ -58,9 +58,3 @@ pfetch # initialize starship prompt eval "$(starship init bash)" - -PATH="/home/april/perl5/bin${PATH:+:${PATH}}"; export PATH; -PERL5LIB="/home/april/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; -PERL_LOCAL_LIB_ROOT="/home/april/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; -PERL_MB_OPT="--install_base \"/home/april/perl5\""; export PERL_MB_OPT; -PERL_MM_OPT="INSTALL_BASE=/home/april/perl5"; export PERL_MM_OPT;