aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-perl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d/20-perl.sh')
-rw-r--r--sh/.config/profile.d/20-perl.sh2
1 files changed, 1 insertions, 1 deletions
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