remove perl dependency
This commit is contained in:
parent
72a286eecb
commit
c5bea43ba9
6
.bashrc
6
.bashrc
@ -58,9 +58,3 @@ pfetch
|
|||||||
|
|
||||||
# initialize starship prompt
|
# initialize starship prompt
|
||||||
eval "$(starship init bash)"
|
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;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user