Skip to content

Commit

Permalink
Add file completions for lein (ohmyzsh#5380)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzoniteblack authored and jmartindf committed Nov 10, 2018
1 parent 5651e55 commit 41fa354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/lein/lein.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ function _lein_commands() {
"version:print leiningen's version"
)
_describe -t subcommands 'leiningen subcommands' subcommands && ret=0
;;
*) _files
esac

return ret
Expand Down

0 comments on commit 41fa354

Please sign in to comment.