diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-09 03:34:10 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-09 03:34:10 +0530 |
commit | 7bf7894022d53e9f98bb11fc8f42bc56b62ae8b4 (patch) | |
tree | 9b0c33bc7275696f1f4ef13f0897a749bbed397b /misc/auto-completion/bash/nnn-completion.bash | |
parent | 0492fa385d729565f7adb903e48935af6b635a6d (diff) | |
download | nnn-7bf7894022d53e9f98bb11fc8f42bc56b62ae8b4.tar.gz |
Use option -A to disable dir auto-select
Diffstat (limited to 'misc/auto-completion/bash/nnn-completion.bash')
-rw-r--r-- | misc/auto-completion/bash/nnn-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/bash/nnn-completion.bash b/misc/auto-completion/bash/nnn-completion.bash index 86102bd..74349e6 100644 --- a/misc/auto-completion/bash/nnn-completion.bash +++ b/misc/auto-completion/bash/nnn-completion.bash @@ -13,6 +13,7 @@ _nnn () local -a opts opts=( -a + -A -b -c -d @@ -28,7 +29,6 @@ _nnn () -R -s -S - -t -v -V -x |