diff options
author | Pavel Omelchenko <p.Omelchenko@gmail.com> | 2019-07-17 15:17:34 +0300 |
---|---|---|
committer | Pavel Omelchenko <p.Omelchenko@gmail.com> | 2019-07-17 15:17:34 +0300 |
commit | 783dd1504f99bd34aedd1d4a68ae6f14e38606da (patch) | |
tree | 5cb510cee37397b084cd1e635eacfc041c15f811 /plugins/homestead/homestead.plugin.zsh | |
parent | 17f4cfca99398cb5511557b8515a17bf1bf2948a (diff) | |
download | zsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.tar.gz zsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.tar.bz2 zsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.zip |
change key string
Diffstat (limited to 'plugins/homestead/homestead.plugin.zsh')
-rw-r--r-- | plugins/homestead/homestead.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/homestead/homestead.plugin.zsh b/plugins/homestead/homestead.plugin.zsh index cdbc564e4..f67a582f4 100644 --- a/plugins/homestead/homestead.plugin.zsh +++ b/plugins/homestead/homestead.plugin.zsh @@ -1,6 +1,6 @@ # Homestead basic command completion _homestead_get_command_list () { - homestead --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }' + homestead --no-ansi | sed "1,/Common commands/d" | awk '/^ +[a-z]+/ { print $1 }' } _homestead () { |