Browse code

add custom completion support

Guten authored on 22/05/2011 at 13:27:30
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 # Initializes Oh My Zsh
2 2
 
3 3
 # add a function path
4
-fpath=($ZSH/functions $fpath)
4
+fpath=($ZSH/functions $ZSH/completions $fpath)
5 5
 
6 6
 # Load all of the config files in ~/oh-my-zsh that end in .zsh
7 7
 # TIP: Add files you don't want in git to .gitignore