diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 90832d3..af2ec3a 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -106,6 +106,8 @@ in fi if [[ -f "${extraPlugins.extract.fullPath}" ]]; then source "${extraPlugins.extract.fullPath}" + path+="${extraPlugins.extract.path}" + fpath+="${extraPlugins.extract.path}" fi '';