#! zsh fpath=(~/.zsh/functions $fpath) # filter out duplicates, nonexistent directories, and . (the current directory) fpath=(${(u)^fpath:#.}(N))