Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
7936bbbd
Commit
7936bbbd
authored
Oct 01, 2010
by
Daniel Schauenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt brew,gem,pip plugin to new structure
parent
d340bfab
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
_brew
plugins/brew/_brew
+0
-0
brew.plugin.zsh
plugins/brew/brew.plugin.zsh
+1
-1
_gem
plugins/gem/_gem
+0
-0
gem.plugin.zsh
plugins/gem/gem.plugin.zsh
+1
-1
_pip
plugins/pip/_pip
+0
-0
pip.plugin.zsh
plugins/pip/pip.plugin.zsh
+1
-1
No files found.
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