Browse Source

Enabled zsh-completions.

master
Sorin Ionescu 13 years ago
parent
commit
15ed7860f3
  1. 1
      init.zsh

1
init.zsh

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

Loading…
Cancel
Save