mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 14:09:25 +00:00
Update external completions
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -4,6 +4,6 @@
|
|||||||
[submodule "modules/syntax-highlighting/external"]
|
[submodule "modules/syntax-highlighting/external"]
|
||||||
path = modules/syntax-highlighting/external
|
path = modules/syntax-highlighting/external
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
[submodule "modules/completion/functions"]
|
[submodule "modules/completion/external"]
|
||||||
path = modules/completion/functions
|
path = modules/completion/external
|
||||||
url = https://github.com/zsh-users/zsh-completions.git
|
url = https://github.com/zsh-users/zsh-completions.git
|
||||||
|
1
modules/completion/external
Submodule
1
modules/completion/external
Submodule
Submodule modules/completion/external added at 589938ffc9
Submodule modules/completion/functions deleted from 8b89dd9d10
@ -11,6 +11,9 @@ if [[ "$TERM" == 'dumb' ]]; then
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add zsh-completions to $fpath.
|
||||||
|
fpath=("${0:h}/external/src" $fpath)
|
||||||
|
|
||||||
# Load and initialize the completion system ignoring insecure directories.
|
# Load and initialize the completion system ignoring insecure directories.
|
||||||
autoload -Uz compinit && compinit -i
|
autoload -Uz compinit && compinit -i
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user