From 2c86cac3624cc47338af50c1f2dadb836e87ac61 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 19 Jul 2023 04:39:35 -0300 Subject: zsh: add shell completion for --tab Note: It already works for bash and it's already present in the syntax files: $ grep '^tab' contrib/syntax/lists/profile_commands_arg0.list tab Added on commit e6c50240f ("--tab: enable shell tab completion", 2022-02-20) / #4936. --- src/zsh_completion/_firejail.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zsh_completion/_firejail.in') diff --git a/src/zsh_completion/_firejail.in b/src/zsh_completion/_firejail.in index 37ce7055b..455ba7e50 100644 --- a/src/zsh_completion/_firejail.in +++ b/src/zsh_completion/_firejail.in @@ -167,6 +167,7 @@ _firejail_args=( '(--tracelog)--trace=-[trace open, access and connect system calls]: :_files' '(--trace)--tracelog[add a syslog message for every access to files or directories blacklisted by the security profile]' '(--private-etc)--writable-etc[/etc directory is mounted read-write]' + '--tab[enable shell tab completion in sandboxes using private or whitelisted home directories]' '--writable-run-user[allow access to /run/user/$UID/systemd and /run/user/$UID/gnupg]' '--writable-var[/var directory is mounted read-write]' '--writable-var-log[use the real /var/log directory, not a clone]' -- cgit v1.2.3-70-g09d2