Fix export fpath

This commit is contained in:
tastytea 2022-03-21 19:34:45 +01:00
parent f2ac430995
commit da67f29c6e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

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