1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

20932: Add copy comand completion

This commit is contained in:
Andrey Borzenkov 2005-03-05 10:31:06 +00:00
parent 7fb20a71cb
commit 41b2e0cb68
2 changed files with 6 additions and 1 deletions

View file

@ -90,7 +90,7 @@ case $line[1] in
fi
;;
(move|download|openProperties)
(move|download|copy|openProperties)
if [[ $state = firstarg ]]; then
_webbrowser
return