Skip to content

How to change the order of $FPATH? #220

Closed Answered by marlonrichert
yibenhuang asked this question in Q&A
Discussion options

You must be logged in to vote

Don't use znap source for completions or other kinds of functions. Do something like this instead:

znap clone clarketm/zsh-completions conda-incubator/conda-zsh-completion
fpath=(
    ~[conda-incubator/conda-zsh-completion]
    ~[clarketm/zsh-completions]/src
    $fpath
)

This gives you full control of what goes in your $fpath and where.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yibenhuang
Comment options

Answer selected by yibenhuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants