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/auto-completion/fish/nnn.fish | |
parent | 0522a426c0c2b9bc4fe192745fe567b60844ee1c (diff) | |
download | nnn-7d36f54d75054cb52c1f2c4cadc48872aef979f7.tar.gz |
Remove option to disable color
Diffstat (limited to 'scripts/auto-completion/fish/nnn.fish')
-rw-r--r-- | scripts/auto-completion/fish/nnn.fish | 1 |
1 files changed, 0 insertions, 1 deletions
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' |