From 1228edaa2fc47da074f30e86b0343a1ab6e33a4b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 27 Sep 2014 00:21:58 +0200 Subject: Reword enabled tools -> intalled tools As suggested by @babab himself. --- zsh/_sti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/_sti b/zsh/_sti index 637d987..2279ce6 100644 --- a/zsh/_sti +++ b/zsh/_sti @@ -22,7 +22,7 @@ get_tools() { if [[ "$state" == tools ]]; then sti_tools=(${(f)"$(_call_program sti_tools \ sti list | awk '{ print $1 }' 2>/dev/null)"}) - _wanted sti_tools expl 'enabled tools' compadd -a sti_tools + _wanted sti_tools expl 'intalled tools' compadd -a sti_tools fi } -- cgit v1.2.3-54-g00ecf