1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 19:31:43 +00:00

Update external completions

This commit is contained in:
Sorin Ionescu
2012-08-27 18:49:27 -04:00
parent ccf181379a
commit 3b87a4db48
4 changed files with 6 additions and 3 deletions

View File

@ -11,6 +11,9 @@ if [[ "$TERM" == 'dumb' ]]; then
return 1
fi
# Add zsh-completions to $fpath.
fpath=("${0:h}/external/src" $fpath)
# Load and initialize the completion system ignoring insecure directories.
autoload -Uz compinit && compinit -i