X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fxcode%2F_xcselv;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fxcode%2F_xcselv;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=f9861d54b6e74df6e717658d8573035c4aafd6e3;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/xcode/_xcselv b/stow/oh-my-zsh/.oh-my-zsh/plugins/xcode/_xcselv deleted file mode 100644 index f9861d5..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/xcode/_xcselv +++ /dev/null @@ -1,19 +0,0 @@ -#compdef xcselv -#autoload - -function _xcselv_compl_list_versions() { - _omz_xcode_list_versions short -} - -_arguments \ - '(-l -L -p)-h[prints a help message]' \ - '(-L -p -h)-l[lists installed Xcode versions]' \ - '(-l -p -h)-L[lists installed Xcode versions (long form)]' \ - '(-h -l -L)-p[prints active Xcode version]' \ - && ret=0 - -local _xcode_versions -_xcode_versions=($(_xcselv_compl_list_versions)) -_describe -t _xcode_versions 'version' _xcode_versions - -return 1