catppuccin / fzf

🧨 Soothing pastel theme for fzf
MIT License
157 stars 3 forks source link

Fish command syntax is incorrect #1

Closed toasterofbread closed 2 years ago

toasterofbread commented 2 years ago

The Fish installation command listed in the README uses incorrect syntax and throws an error when used (the '=' sign isn't needed). https://fishshell.com/docs/current/tutorial.html#variables

Fixed command: set -Ux FZF_DEFAULT_OPTS "--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD"

WitherCubes commented 2 years ago

Thank you for reporting it. I didn't notice it at all. Now I fixed it.