summaryrefslogtreecommitdiff
path: root/zsh/zshenv
diff options
context:
space:
mode:
authorZach Smith <zsmith@newhopechurch.tv>2025-06-30 09:52:52 -0500
committerZach Smith <zsmith@newhopechurch.tv>2025-06-30 09:52:52 -0500
commitc8691fe2bcc291875c9919c2c3742a0c0ca587da (patch)
treef546481bec7c5d6880f305cb87644935cf32e3a3 /zsh/zshenv
parentf87ded6f168c156b3bc71a8c4733c5eeafeb311c (diff)
parent6c75a83e941500619b5499b5d4763c8dab2c93b6 (diff)
Merge branch 'master' into mac
Diffstat (limited to 'zsh/zshenv')
-rw-r--r--zsh/zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshenv b/zsh/zshenv
index df0371e..3719ef4 100644
--- a/zsh/zshenv
+++ b/zsh/zshenv
@@ -2,5 +2,6 @@
unset HISTFILE
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export skip_global_compinit=1
+fpath=($XDG_CONFIG_HOME/functions $fpath)
[ -f /etc/profile ] && . /etc/profile
[ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile"