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 return 0
;; ;;
-s) -s)
# shells _shells
COMPREPLY=( $( grep ^${cur:-[^#]} /etc/shells ) ) return 0
;; ;;
-c) -c)
_filedir _filedir