1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Enabled zsh-completions.

This commit is contained in:
Sorin Ionescu 2011-09-23 20:24:19 -04:00
parent cba6398e24
commit 15ed7860f3

View File

@ -10,6 +10,7 @@ fpath=(
$OMZ/themes/*(/N)
${plugins:+$OMZ/plugins/${^plugins}}
$OMZ/functions
$OMZ/completions
$fpath
)