Skip to content

Commit

Permalink
add custom completion support
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaifei1 committed May 22, 2011
1 parent 7c3d12c commit 1aacb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Initializes Oh My Zsh

# add a function path
fpath=($ZSH/functions $fpath)
fpath=($ZSH/functions $ZSH/completions $fpath)

# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
Expand Down

0 comments on commit 1aacb74

Please sign in to comment.