mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
added the 'mix local.hex' command to plugin completions
This commit is contained in:
parent
223197b4e0
commit
8ce1245770
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ _1st_arguments=(
|
||||||
'local.install:Install a task or an archive locally'
|
'local.install:Install a task or an archive locally'
|
||||||
'local.rebar:Install rebar locally'
|
'local.rebar:Install rebar locally'
|
||||||
'local.uninstall:Uninstall local tasks or archives'
|
'local.uninstall:Uninstall local tasks or archives'
|
||||||
|
'local.hex:Install Hex locally'
|
||||||
'new:Creates a new Elixir project'
|
'new:Creates a new Elixir project'
|
||||||
'run:Run the given file or expression'
|
'run:Run the given file or expression'
|
||||||
"test:Run a project's tests"
|
"test:Run a project's tests"
|
||||||
|
|
Loading…
Reference in a new issue