Browse code

Merge pull request #351 from GutenLinux/master

add custom completion support

Robby Russell authored on 25/05/2011 at 19:55:41
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