diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:47:35 -0600 |
commit | 1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e (patch) | |
tree | 52a5380babff47a9877cb02daeccca52369b47f5 /scripts/completions | |
parent | 9b7ac9f8244dccfaf5bf24387ebe223cd3cbfa74 (diff) | |
download | tdesdk-1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e.tar.gz tdesdk-1f2a87f4ce3c9f0498e122cdd86ca514dbc6279e.zip |
Rename kde-config to tde-config
Diffstat (limited to 'scripts/completions')
-rw-r--r-- | scripts/completions/zsh/_kcmshell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/completions/zsh/_kcmshell b/scripts/completions/zsh/_kcmshell index 57f9fc82..4bc964c7 100644 --- a/scripts/completions/zsh/_kcmshell +++ b/scripts/completions/zsh/_kcmshell @@ -10,7 +10,7 @@ else dir="/kicker/applets"; flags=":t" fi -for i in `kde-config --path $resource| sed -e 's/:/ /g'`; do +for i in `tde-config --path $resource| sed -e 's/:/ /g'`; do tmp=($i/$dir/**/*.desktop($flags)) compadd -a tmp done |