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

[#23] Add a module loading function

This commit is contained in:
Sorin Ionescu
2012-04-02 18:51:00 -04:00
parent 86e4d2e3ff
commit 6233ec6aad
4 changed files with 74 additions and 58 deletions

View File

@ -11,6 +11,9 @@ if [[ "$TERM" == 'dumb' ]]; then
return 1
fi
# Load and initialize the completion system ignoring insecure directories.
autoload -Uz compinit && compinit -i
setopt COMPLETE_IN_WORD # Complete from both ends of a word.
setopt ALWAYS_TO_END # Move cursor to the end of a completed word.
setopt PATH_DIRS # Perform path search even on command names with slashes.