Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
f9e2af2b
Commit
f9e2af2b
authored
May 25, 2011
by
Robby Russell
Browse files
Merge pull request #351 from GutenLinux/master
add custom completion support
parents
a57ffbed
1aacb74c
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
f9e2af2b
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment