Use _shells in screen -s.
This commit is contained in:
parent
6e2b17c4e6
commit
21d0f70cb0
@ -43,8 +43,8 @@ _screen()
|
|||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-s)
|
-s)
|
||||||
# shells
|
_shells
|
||||||
COMPREPLY=( $( grep ^${cur:-[^#]} /etc/shells ) )
|
return 0
|
||||||
;;
|
;;
|
||||||
-c)
|
-c)
|
||||||
_filedir
|
_filedir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user