Compare commits
2 Commits
49d21e6774
...
5c2af603ad
Author | SHA1 | Date |
---|---|---|
|
5c2af603ad | |
|
3dc13483c1 |
|
@ -83,6 +83,14 @@ rm -f ~/.zcompdump; compinit
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Second Solution:
|
||||||
|
zsh-completions as a plugin, they suggest manually adding its source directory to fpath before sourcing oh-my-zsh.sh.
|
||||||
|
This ensures Zsh loads the completion files only once, improving performance.
|
||||||
|
Recommended Fix:
|
||||||
|
Instead of the existing method, they propose adding this line:
|
||||||
|
|
||||||
|
fpath=($ZSH/custom/plugins/zsh-completions/src $fpath)
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
Contributions are welcome, see [CONTRIBUTING](https://github.com/zsh-users/zsh-completions/blob/master/CONTRIBUTING.md).
|
Contributions are welcome, see [CONTRIBUTING](https://github.com/zsh-users/zsh-completions/blob/master/CONTRIBUTING.md).
|
||||||
|
|
Loading…
Reference in New Issue