su: Add --session-command arg completion.
This commit is contained in:
parent
e4fe946621
commit
e7c4035089
@ -15,7 +15,7 @@ _su() # linux-specific completion
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
-c|--command)
|
||||
-c|--command|--session-command)
|
||||
local IFS=$'\n'
|
||||
compopt -o filenames
|
||||
COMPREPLY=( $( compgen -d -c -- "$cur" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user