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