summaryrefslogtreecommitdiff
path: root/zsh/01_params.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/01_params.zsh')
-rw-r--r--zsh/01_params.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/01_params.zsh b/zsh/01_params.zsh
index 15b8e3e..bac84ff 100644
--- a/zsh/01_params.zsh
+++ b/zsh/01_params.zsh
@@ -7,7 +7,7 @@ SAVEHIST=10000000
REPORTTIME=60
fpath=($ZDOTDIR/Functions $fpath)
-path=($HOME/bin /usr/bin/vendor_perl $path)
+path=($HOME/bin /usr/bin/vendor_perl /usr/bin/core_perl $path)
# Expand ~zsh to $ZDOTDIR
hash -d zsh=$ZDOTDIR