diff options
| author | 2020-04-05 13:04:14 +0530 | |
|---|---|---|
| committer | 2020-04-05 13:07:18 +0530 | |
| commit | 1014d941b14e805bc5f33d56e481f0cd1d9ff988 (patch) | |
| tree | 75a8d922f070a2d1a323645e6498a81a07edf946 /misc/auto-completion/fish | |
| parent | f14fb9c0f92c25ab79dd0c47d16f075199aeb999 (diff) | |
| download | nnn-1014d941b14e805bc5f33d56e481f0cd1d9ff988.tar.gz | |
Support only NO_COLOR, revert -C to disable color
Diffstat (limited to 'misc/auto-completion/fish')
| -rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 9dc05f1..82dfc36 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -14,7 +14,6 @@ end complete -c nnn -s A -d 'disable dir auto-select' complete -c nnn -s b -r -d 'bookmark key to open' -x -a '(echo $NNN_BMS | awk -F: -v RS=\; \'{print $1"\t"$2}\')' complete -c nnn -s c -d 'cli-only opener' -complete -c nnn -s C -d 'disable color' complete -c nnn -s d -d 'start in detail mode' complete -c nnn -s e -d 'open text files in $VISUAL/$EDITOR/vi' complete -c nnn -s E -d 'use EDITOR for undetached edits' |