1
0
Fork 0

Zsh: export fpath

This commit is contained in:
tastytea 2022-03-21 18:40:02 +01:00
parent 5ad37b1396
commit f2ac430995
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ case $(hostname) in
esac
[[ -f "${ZDOTDIR}"/zsecrets ]] && source "${ZDOTDIR}"/zsecrets
[[ -d "${ZDOTDIR}"/functions ]] && fpath+="${ZDOTDIR}"/functions
[[ -d "${ZDOTDIR}"/functions ]] && export fpath+="${ZDOTDIR}"/functions
############################# Daemons ##########################################