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
7936bbbd
Commit
7936bbbd
authored
Oct 01, 2010
by
Daniel Schauenberg
Browse files
adapt brew,gem,pip plugin to new structure
parent
d340bfab
Changes
6
Show whitespace changes
Inline
Side-by-side
functio
ns/brew/_brew
→
plugi
ns/brew/_brew
View file @
7936bbbd
File moved
plugins/brew/brew.plugin.zsh
View file @
7936bbbd
# add brew completion function to path
# add brew completion function to path
fpath
=(
$ZSH
/
functio
ns/brew
$fpath
)
fpath
=(
$ZSH
/
plugi
ns/brew
$fpath
)
autoload
-U
compinit
autoload
-U
compinit
compinit
-i
compinit
-i
functio
ns/gem/_gem
→
plugi
ns/gem/_gem
View file @
7936bbbd
File moved
plugins/gem.plugin.zsh
→
plugins/gem
/gem
.plugin.zsh
View file @
7936bbbd
# add brew completion function to path
# add brew completion function to path
fpath
=(
$ZSH
/
functio
ns/gem
$fpath
)
fpath
=(
$ZSH
/
plugi
ns/gem
$fpath
)
autoload
-U
compinit
autoload
-U
compinit
compinit
-i
compinit
-i
functio
ns/pip/_pip
→
plugi
ns/pip/_pip
View file @
7936bbbd
File moved
plugins/pip.plugin.zsh
→
plugins/pip
/pip
.plugin.zsh
View file @
7936bbbd
# add brew completion function to path
# add brew completion function to path
fpath
=(
$ZSH
/
functio
ns/pip
$fpath
)
fpath
=(
$ZSH
/
plugi
ns/pip
$fpath
)
autoload
-U
compinit
autoload
-U
compinit
compinit
-i
compinit
-i
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