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.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/sh/.config/profile.d/20-perl.sh b/sh/.config/profile.d/20-perl.sh
index 8ee3b93..13d5e0b 100644
--- a/sh/.config/profile.d/20-perl.sh
+++ b/sh/.config/profile.d/20-perl.sh
@@ -5,4 +5,7 @@ export PERL_LOCAL_LIB_ROOT="$XDG_DATA_HOME/perl"
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"
-export PATH="$PATH:$PERL_LOCAL_LIB_ROOT/bin"
+
+append_path "$PERL_LOCAL_LIB_ROOT/bin"
+
+export PATH