From a4a6f27c8eab879c0e583970c5074955d368ba5c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 21 Feb 2005 13:42:32 +0000 Subject: 20834: use _webbrowser in _kfmclient --- Completion/X/Command/_kfmclient | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Completion/X') diff --git a/Completion/X/Command/_kfmclient b/Completion/X/Command/_kfmclient index 5c45e9181..dc1bce0cb 100755 --- a/Completion/X/Command/_kfmclient +++ b/Completion/X/Command/_kfmclient @@ -1,5 +1,8 @@ #compdef kfmclient +# kfmclient is a command line interface for use with Konqueror, +# the KDE file manager and web browser. + local expl local -a context state line typeset -A opt_args @@ -60,14 +63,14 @@ case $line[1] in _mime_types return elif [[ $state = firstarg ]]; then - _urls + _webbrowser return fi ;; (openProfile) if [[ $state = secondarg ]]; then - _urls + _webbrowser return elif [[ $state = firstarg ]]; then _wanted profile expl 'Konqueror profile' \ @@ -82,14 +85,14 @@ case $line[1] in _message "KDE binding" return elif [[ $state = firstarg ]]; then - _urls + _webbrowser return fi ;; (move|download|openProperties) if [[ $state = firstarg ]]; then - _urls + _webbrowser return fi ;; -- cgit 1.4.1