aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-09-27 00:21:58 +0200
committerGravatar Tom Willemse2014-09-27 00:21:58 +0200
commit1228edaa2fc47da074f30e86b0343a1ab6e33a4b (patch)
treecdfbd008969fe7447536d131925018aa8baf3097
parent160476143bba2009d86f8b3e1033ee51e5dc897e (diff)
downloadsti-1228edaa2fc47da074f30e86b0343a1ab6e33a4b.tar.gz
sti-1228edaa2fc47da074f30e86b0343a1ab6e33a4b.zip
Reword enabled tools -> intalled toolsHEADmaster
As suggested by @babab himself.
-rw-r--r--zsh/_sti2
1 files changed, 1 insertions, 1 deletions
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
}