Merge pull request #87 from faeb5/fzf-missing-backslash

fix(extra): add missing backslashes to fzf options
This commit is contained in:
Takuya Matsuyama 2026-08-15 13:00:39 +09:00 committed by GitHub
commit 43b8aa0a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--info=inline-right \
--ansi \
--layout=reverse \
--border=none
--border=none \
--color=bg+:#002c38 \
--color=bg:#001419 \
--color=border:#063540 \

View file

@ -3,7 +3,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--info=inline-right \
--ansi \
--layout=reverse \
--border=none
--border=none \
--color=bg+:#87ddff \
--color=bg:#d9f5ff \
--color=border:#41d7fc \