Merge branch 'master' of github.com:mpawlowski/oh-my-zsh

This commit is contained in:
Marcin Pawlowski 2018-06-25 22:04:36 -07:00
commit 4c09b7bb21

View file

@ -135,7 +135,7 @@ __go_tool_complete() {
run) run)
_arguments -s -w : \ _arguments -s -w : \
${build_flags[@]} \ ${build_flags[@]} \
'*:file:_path_files -g "*.go"' '*:file:_files -g "*.go"'
;; ;;
tool) tool)
if (( CURRENT == 3 )); then if (( CURRENT == 3 )); then