diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-28 20:13:37 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-28 22:36:52 +0530 |
commit | 7d36f54d75054cb52c1f2c4cadc48872aef979f7 (patch) | |
tree | 904874857c01fdbf52c7a6e287e438a591512f2c /scripts | |
parent | 0522a426c0c2b9bc4fe192745fe567b60844ee1c (diff) | |
download | nnn-7d36f54d75054cb52c1f2c4cadc48872aef979f7.tar.gz |
Remove option to disable color
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/auto-completion/bash/nnn-completion.bash | 1 | ||||
-rw-r--r-- | scripts/auto-completion/fish/nnn.fish | 1 | ||||
-rw-r--r-- | scripts/auto-completion/zsh/_nnn | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/scripts/auto-completion/bash/nnn-completion.bash b/scripts/auto-completion/bash/nnn-completion.bash index 7a265bc..8364271 100644 --- a/scripts/auto-completion/bash/nnn-completion.bash +++ b/scripts/auto-completion/bash/nnn-completion.bash @@ -12,7 +12,6 @@ _nnn () { local -a opts opts_with_args opts=( -b - -C -e -h -i diff --git a/scripts/auto-completion/fish/nnn.fish b/scripts/auto-completion/fish/nnn.fish index f6e86a4..cfdf025 100644 --- a/scripts/auto-completion/fish/nnn.fish +++ b/scripts/auto-completion/fish/nnn.fish @@ -6,7 +6,6 @@ # complete -c nnn -s b -r -d 'bookmark key to open' -complete -c nnn -s C -d 'disable directory color' complete -c nnn -s e -d 'use exiftool instead of mediainfo' complete -c nnn -s h -d 'show this help and exit' complete -c nnn -s i -d 'start in navigate-as-you-type mode' 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]' |