diff options
| author | 2014-09-27 00:21:58 +0200 | |
|---|---|---|
| committer | 2014-09-27 00:21:58 +0200 | |
| commit | 1228edaa2fc47da074f30e86b0343a1ab6e33a4b (patch) | |
| tree | cdfbd008969fe7447536d131925018aa8baf3097 /zsh | |
| parent | 160476143bba2009d86f8b3e1033ee51e5dc897e (diff) | |
| download | sti-master.tar.gz sti-master.zip | |
As suggested by @babab himself.
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/_sti | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
