Reword enabled tools -> intalled tools
As suggested by @babab himself.
This commit is contained in:
parent
160476143b
commit
1228edaa2f
1 changed files with 1 additions and 1 deletions
2
zsh/_sti
2
zsh/_sti
|
@ -22,7 +22,7 @@ get_tools() {
|
||||||
if [[ "$state" == tools ]]; then
|
if [[ "$state" == tools ]]; then
|
||||||
sti_tools=(${(f)"$(_call_program sti_tools \
|
sti_tools=(${(f)"$(_call_program sti_tools \
|
||||||
sti list | awk '{ print $1 }' 2>/dev/null)"})
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue