htop: Get user names directly with compgen -u
.
This commit is contained in:
parent
f17f31057f
commit
08a2264c82
@ -11,7 +11,7 @@ _htop()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-u|--user)
|
-u|--user)
|
||||||
_usergroup
|
COMPREPLY=( $( compgen -u -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-d|--delay)
|
-d|--delay)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user