su: Complete -s/--shell with shells instead of all files.
This commit is contained in:
parent
e7c4035089
commit
91528b5271
@ -12,7 +12,7 @@ _su() # linux-specific completion
|
|||||||
|
|
||||||
case "$prev" in
|
case "$prev" in
|
||||||
-s|--shell)
|
-s|--shell)
|
||||||
_filedir
|
_shells
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-c|--command|--session-command)
|
-c|--command|--session-command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user