From 48f3c0166a627340bc287179c6ab4b02d689f9e6 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 2 Jul 2024 11:04:41 -0500 Subject: fix: prepend path to allow for command overriding --- sh/.config/profile.d/20-perl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/.config/profile.d/20-perl.sh') diff --git a/sh/.config/profile.d/20-perl.sh b/sh/.config/profile.d/20-perl.sh index 13d5e0b..330ef9f 100644 --- a/sh/.config/profile.d/20-perl.sh +++ b/sh/.config/profile.d/20-perl.sh @@ -6,6 +6,6 @@ export PERL5LIB="$PERL_LOCAL_LIB_ROOT/lib/perl5" export PERL_MB_OPT="--install_base '$PERL_LOCAL_LIB_ROOT'" export PERL_MM_OPT="INSTALL_BASE=$PERL_LOCAL_LIB_ROOT" -append_path "$PERL_LOCAL_LIB_ROOT/bin" +prepend_path "$PERL_LOCAL_LIB_ROOT/bin" export PATH -- cgit v1.2.3-70-g09d2