Ensure that ${fpath} has no duplicate entries
This commit is contained in:
parent
df1e72d517
commit
fb10f2bc55
|
@ -1,2 +1,3 @@
|
|||
[[ -d "${ZDOTDIR}"/functions ]] && fpath+=( "${ZDOTDIR}"/functions )
|
||||
[[ -d "${ZDOTDIR}"/completions ]] && fpath+=( "${ZDOTDIR}"/completions )
|
||||
fpath=(${(u)fpath})
|
||||
|
|
Loading…
Reference in New Issue
Block a user