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/zsh | |
parent | 8d16d6ac5f84b8035799da5b8d81fb9bbfb2a3cc (diff) | |
download | nnn-f4f1acf856b3e2c6aa174efc243e9f9e33e15e3b.tar.gz |
Remove wild load option
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 269bd8f..3bb3ff8 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -21,7 +21,6 @@ args=( '(-S)-S[start in disk usage analyzer mode]' '(-t)-t[disable dir auto-select]' '(-v)-v[show program version and exit]' - '(-w)-w[wild load]' '(-h)-h[show program help]' '*:filename:_files' ) |