diff options
| author | 2019-08-20 20:00:48 +0530 | |
|---|---|---|
| committer | 2019-08-20 20:00:48 +0530 | |
| commit | f4f1acf856b3e2c6aa174efc243e9f9e33e15e3b (patch) | |
| tree | 37ef95328e9228a78cb4ddffea0c04e3895d6286 /misc/auto-completion/bash | |
| parent | 8d16d6ac5f84b8035799da5b8d81fb9bbfb2a3cc (diff) | |
| download | nnn-f4f1acf856b3e2c6aa174efc243e9f9e33e15e3b.tar.gz | |
Remove wild load option
Diffstat (limited to 'misc/auto-completion/bash')
| -rw-r--r-- | misc/auto-completion/bash/nnn-completion.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/bash/nnn-completion.bash b/misc/auto-completion/bash/nnn-completion.bash index cb5f12e..cf59084 100644 --- a/misc/auto-completion/bash/nnn-completion.bash +++ b/misc/auto-completion/bash/nnn-completion.bash @@ -23,7 +23,6 @@ _nnn () { -S -t -v - -w -h ) if [[ $prev == -b ]]; then |