diff options
Diffstat (limited to 'scripts/completions/zsh')
-rw-r--r-- | scripts/completions/zsh/_tdecmshell (renamed from scripts/completions/zsh/_kcmshell) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/completions/zsh/_kcmshell b/scripts/completions/zsh/_tdecmshell index 4bc964c7..f9c62814 100644 --- a/scripts/completions/zsh/_kcmshell +++ b/scripts/completions/zsh/_tdecmshell @@ -1,7 +1,7 @@ -#compdef kcmshell=kcmshell appletproxy=appletproxy +#compdef tdecmshell=tdecmshell appletproxy=appletproxy local i resource tmp dir flags -if [ "$service" = "kcmshell" ]; then +if [ "$service" = "tdecmshell" ]; then resource="apps"; dir="/Settings"; flags=":t:r"; |