diff options
Diffstat (limited to 'Completion/X/Command')
-rwxr-xr-x | Completion/X/Command/_kfmclient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_kfmclient b/Completion/X/Command/_kfmclient index dc1bce0cb..10d7a2ccb 100755 --- a/Completion/X/Command/_kfmclient +++ b/Completion/X/Command/_kfmclient @@ -90,7 +90,7 @@ case $line[1] in fi ;; - (move|download|openProperties) + (move|download|copy|openProperties) if [[ $state = firstarg ]]; then _webbrowser return |