aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/auto-completion/zsh
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-28 20:13:37 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-02-28 22:36:52 +0530
commit7d36f54d75054cb52c1f2c4cadc48872aef979f7 (patch)
tree904874857c01fdbf52c7a6e287e438a591512f2c /scripts/auto-completion/zsh
parent0522a426c0c2b9bc4fe192745fe567b60844ee1c (diff)
downloadnnn-7d36f54d75054cb52c1f2c4cadc48872aef979f7.tar.gz
Remove option to disable color
Diffstat (limited to 'scripts/auto-completion/zsh')
-rw-r--r--scripts/auto-completion/zsh/_nnn1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn
index 0ec8033..be2bed6 100644
--- a/scripts/auto-completion/zsh/_nnn
+++ b/scripts/auto-completion/zsh/_nnn
@@ -10,7 +10,6 @@ setopt localoptions noshwordsplit noksharrays
local -a args
args=(
'(-b)-b[bookmark key to open]:key char'
- '(-C)-C[disable directory color]'
'(-e)-e[use exiftool instead of mediainfo]'
'(-h)-h[show this help and exit]'
'(-i)-i[start in navigate-as-you-type mode]'