From 9f80bcde3c3ff4e35be9aaeda800ed4bed2f174c Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sun, 29 Jun 2025 13:45:44 -0500 Subject: Add zsh functions path --- zsh/zshenv | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3