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
Oh My Zsh
Commits
40b1cf01
Commit
40b1cf01
authored
Sep 10, 2013
by
Alexandre Joly
Browse files
repo list search one level deeper
the folder structure changed '.cocoapods/' -> '.cocoapods/repos'
parent
bdb2caba
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/pod/_pod
View file @
40b1cf01
...
...
@@ -159,7 +159,7 @@ __first_command_list ()
}
__repo_list() {
_wanted application expl 'repo' compadd $(command ls -1 ~/.cocoapods 2>/dev/null | sed -e 's/ /\\ /g')
_wanted application expl 'repo' compadd $(command ls -1 ~/.cocoapods
/repos
2>/dev/null | sed -e 's/ /\\ /g')
}
__pod-repo() {
...
...
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