diff options
| author | 2018-12-09 08:36:00 +0530 | |
|---|---|---|
| committer | 2018-12-09 08:36:00 +0530 | |
| commit | 80dea7be496a6e667cc955b0cd12afadc13263e3 (patch) | |
| tree | 17afb50d3cabac7fcb23f04675b4b294f3e8a934 /scripts/auto-completion/bash | |
| parent | 277df1c5a147deb83109da82ceda751a0392a179 (diff) | |
| download | nnn-80dea7be496a6e667cc955b0cd12afadc13263e3.tar.gz | |
Update completion scripts
Diffstat (limited to 'scripts/auto-completion/bash')
| -rw-r--r-- | scripts/auto-completion/bash/nnn-completion.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/auto-completion/bash/nnn-completion.bash b/scripts/auto-completion/bash/nnn-completion.bash index b076de0..f85b7fb 100644 --- a/scripts/auto-completion/bash/nnn-completion.bash +++ b/scripts/auto-completion/bash/nnn-completion.bash @@ -11,15 +11,19 @@ _nnn () { local cur=$2 prev=$3 local -a opts opts_with_args opts=( + -b -C -e -h -i -l + -p -S -v ) opts_with_arg=( + -b + -p ) # Do not complete non option names |