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
1aacb74c
Commit
1aacb74c
authored
May 22, 2011
by
Guten
Browse files
add custom completion support
parent
7c3d12c7
Changes
1
Show whitespace changes
Inline
Side-by-side
oh-my-zsh.sh
View file @
1aacb74c
# 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