summaryrefslogtreecommitdiff
path: root/plugins/mix
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-02-22 10:03:33 -0800
committerRobby Russell <robby@planetargon.com>2015-02-22 10:03:33 -0800
commit56bc1c37f5e6188f6dc685d5b3a63bb745f89737 (patch)
tree100fe5d1f1da242ab814ad29f2c84532a4005fd7 /plugins/mix
parent43bdea4c2fab0ff313a28e2b45274a90c8cc3c76 (diff)
parent8ce1245770a0d9a8f738362bbf749e918b48d7e9 (diff)
downloadzsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.tar.gz
zsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.tar.bz2
zsh-56bc1c37f5e6188f6dc685d5b3a63bb745f89737.zip
Merge pull request #3609 from craigp/added_local_hex_to_mix_plugin
Added the 'mix local.hex' command to plugin completions for mix
Diffstat (limited to 'plugins/mix')
-rw-r--r--plugins/mix/_mix1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mix/_mix b/plugins/mix/_mix
index 602f5ffa0..b7c982e0a 100644
--- a/plugins/mix/_mix
+++ b/plugins/mix/_mix
@@ -21,6 +21,7 @@ _1st_arguments=(
'local.install:Install a task or an archive locally'
'local.rebar:Install rebar locally'
'local.uninstall:Uninstall local tasks or archives'
+ 'local.hex:Install Hex locally'
'new:Creates a new Elixir project'
'run:Run the given file or expression'
"test:Run a project's tests"