diff options
author | Craig Paterson <darksavant@gmail.com> | 2015-02-19 17:55:32 +0200 |
---|---|---|
committer | Craig Paterson <darksavant@gmail.com> | 2015-02-19 17:55:32 +0200 |
commit | 8ce1245770a0d9a8f738362bbf749e918b48d7e9 (patch) | |
tree | f9b5cba5ff39248d583d1756038b7a20dc8ff0a6 /plugins/mix | |
parent | 223197b4e0cf989f380d02ff326afc6371663d30 (diff) | |
download | zsh-8ce1245770a0d9a8f738362bbf749e918b48d7e9.tar.gz zsh-8ce1245770a0d9a8f738362bbf749e918b48d7e9.tar.bz2 zsh-8ce1245770a0d9a8f738362bbf749e918b48d7e9.zip |
added the 'mix local.hex' command to plugin completions
Diffstat (limited to 'plugins/mix')
-rw-r--r-- | plugins/mix/_mix | 1 |
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" |