No need to add homeshick to fpath twice
This commit is contained in:
parent
75bfbb6e90
commit
54587a49ff
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#! zsh
|
||||
fpath=(~/.zsh/functions ~/.homesick/repos/homeshick/completions $fpath)
|
||||
fpath=(~/.zsh/functions $fpath)
|
||||
|
||||
# filter out duplicates, nonexistent directories, and . (the current directory)
|
||||
fpath=(${(u)^fpath:#.}(N))
|
||||
|
|
Loading…
Reference in a new issue