mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
repo list search one level deeper
the folder structure changed '.cocoapods/' -> '.cocoapods/repos'
This commit is contained in:
parent
bdb2cabaa6
commit
40b1cf0103
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue