summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPavel Omelchenko <p.Omelchenko@gmail.com>2019-07-17 15:17:34 +0300
committerPavel Omelchenko <p.Omelchenko@gmail.com>2019-07-17 15:17:34 +0300
commit783dd1504f99bd34aedd1d4a68ae6f14e38606da (patch)
tree5cb510cee37397b084cd1e635eacfc041c15f811 /plugins
parent17f4cfca99398cb5511557b8515a17bf1bf2948a (diff)
downloadzsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.tar.gz
zsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.tar.bz2
zsh-783dd1504f99bd34aedd1d4a68ae6f14e38606da.zip
change key string
Diffstat (limited to 'plugins')
-rw-r--r--plugins/homestead/homestead.plugin.zsh2
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 () {