diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-05 13:04:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-05 13:07:18 +0530 |
commit | 1014d941b14e805bc5f33d56e481f0cd1d9ff988 (patch) | |
tree | 75a8d922f070a2d1a323645e6498a81a07edf946 /misc/auto-completion/zsh/_nnn | |
parent | f14fb9c0f92c25ab79dd0c47d16f075199aeb999 (diff) | |
download | nnn-1014d941b14e805bc5f33d56e481f0cd1d9ff988.tar.gz |
Support only NO_COLOR, revert -C to disable color
Diffstat (limited to 'misc/auto-completion/zsh/_nnn')
-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 6da9dea..d40ea68 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -12,7 +12,6 @@ args=( '(-A)-A[disable dir auto-select]' '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' - '(-C)-C[disable color]' '(-d)-d[start in detail mode]' '(-e)-e[open text files in $VISUAL/$EDITOR/vi]' '(-E)-E[use EDITOR for undetached edits]' |