mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add file completions for lein (#5380)
This commit is contained in:
parent
e1294c602c
commit
0c85da3c74
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ function _lein_commands() {
|
|||
"version:print leiningen's version"
|
||||
)
|
||||
_describe -t subcommands 'leiningen subcommands' subcommands && ret=0
|
||||
;;
|
||||
*) _files
|
||||
esac
|
||||
|
||||
return ret
|
||||
|
|
Loading…
Reference in a new issue