From b1027150ed09ddeb9acab56a29e216c7196be4e1 Mon Sep 17 00:00:00 2001 From: lvgx Date: Sat, 23 May 2020 14:03:37 +0200 Subject: Add -a option to generate a temporary NNN_FIFO (#588) * Add -a option to generate a temporary NNN_FIFO * Add documentation for -a option * plugins/README.md: promote the use of -a This obsoletes the global FIFO unlink trick, so I remove mentions of it. @jarun update: Polish -a --- misc/auto-completion/zsh/_nnn | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/auto-completion/zsh') diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 441589a..d130b16 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -9,6 +9,7 @@ setopt localoptions noshwordsplit noksharrays local -a args args=( + '(-a)-a[auto-setup NNN_FIFO]' '(-A)-A[disable dir auto-select]' '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' -- cgit v1.2.3-70-g09d2