From 3466f55ea0d1884b5f46b897b9aa1c0b49ca539d Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 23 Jan 2006 21:39:36 +1000 Subject: Add completions for the time command, and improve completions for the type builtin and the su command darcs-hash:20060123113936-ac50b-ba6f2516a8ce47734afd8da50fadf8995362da65.gz --- init/completions/su.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/completions/su.fish') diff --git a/init/completions/su.fish b/init/completions/su.fish index fa64aebe..6bdabdd0 100644 --- a/init/completions/su.fish +++ b/init/completions/su.fish @@ -2,7 +2,7 @@ complete -x -c su -a "(__fish_complete_users)" complete -c su -s l -l login -d (_ "Make login shell") -complete -r -c su -s c -l command -d (_ "Pass command to shell") +complete -r -c su -s c -l command -d (_ "Pass command to shell") -xa "(__fish_complete_command)" complete -c su -s f -l fast -d (_ "Pass -f to the shell") complete -c su -s m -l preserve_environment -d (_ "Preserve environment") complete -c su -s p -d (_ "Preserve environment") -- cgit v1.2.3