1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

Merge completions into functions

Completions are nothing more than auto-loadable functions prefixed with
an underscore placed somewhere in $FPATH.
This commit is contained in:
Sorin Ionescu
2012-04-02 20:18:03 -04:00
parent aa0c1faa19
commit 9d8187ba6b
12 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "modules/completion/completions"]
path = modules/completion/completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "modules/history-substring-search/external"]
path = modules/history-substring-search/external
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "modules/syntax-highlighting/external"]
path = modules/syntax-highlighting/external
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "modules/completion/functions"]
path = modules/completion/functions
url = https://github.com/zsh-users/zsh-completions.git