Zsh: export fpath
This commit is contained in:
parent
5ad37b1396
commit
f2ac430995
@ -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 ##########################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user