From: basbebe <7083188+basbebe@users.noreply.github.com> Date: Fri, 29 May 2020 14:58:59 +0000 (+0200) Subject: add 'wraps' attribute to allow autocompletion (#606) X-Git-Tag: v3.3~102 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0a318bd411fcd6e4480914eabbaff80ee93dd68c;p=nnn.git add 'wraps' attribute to allow autocompletion (#606) --- diff --git a/misc/quitcd/quitcd.fish b/misc/quitcd/quitcd.fish index 5048853a..47cda35b 100644 --- a/misc/quitcd/quitcd.fish +++ b/misc/quitcd/quitcd.fish @@ -2,7 +2,7 @@ # e.g. ~/.config/fish/functions/n.fish # or, add the lines to the 'config.fish' file. -function n --description 'support nnn quit and change directory' +function n --wraps nnn --description 'support nnn quit and change directory' # Block nesting of nnn in subshells if test -n "$NNNLVL" if [ (expr $NNNLVL + 0) -ge 1 ]