From b8ad9989234a7b170c653ae5b50622b45cd89ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 29 Jan 2011 23:30:00 +0200 Subject: Complete runuser like su. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index b7966562..0b5005ee 100644 --- a/bash_completion +++ b/bash_completion @@ -128,7 +128,7 @@ complete -f -X '!@(*.@(ks|jks|jceks|p12|pfx|bks|ubr|gkr|cer|crt|cert|p7b|pkipath # start of section containing compspecs that can be handled within bash # user commands see only users -complete -u su write chfn groups slay w sux +complete -u su write chfn groups slay w sux runuser # bg completes with stopped jobs complete -A stopped -P '"%' -S '"' bg -- cgit v1.2.1