aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorGravatar basbebe <7083188+basbebe@users.noreply.github.com>2020-05-29 16:58:59 +0200
committerGravatar GitHub <noreply@github.com>2020-05-29 20:28:59 +0530
commit0a318bd411fcd6e4480914eabbaff80ee93dd68c (patch)
treee1df382d249b424714960b9d8b9b51a1a2ea7758 /misc
parent87bb2d774257705abd62de54604d5e68f28aa9ee (diff)
downloadnnn-0a318bd411fcd6e4480914eabbaff80ee93dd68c.tar.gz
add 'wraps' attribute to allow autocompletion (#606)
Diffstat (limited to 'misc')
-rw-r--r--misc/quitcd/quitcd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/quitcd/quitcd.fish b/misc/quitcd/quitcd.fish
index 5048853..47cda35 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 ]