Use _shells in screen -s.

This commit is contained in:
Ville Skyttä 2009-12-09 01:01:49 +02:00
parent 6e2b17c4e6
commit 21d0f70cb0

View File

@ -43,8 +43,8 @@ _screen()
return 0
;;
-s)
# shells
COMPREPLY=( $( grep ^${cur:-[^#]} /etc/shells ) )
_shells
return 0
;;
-c)
_filedir