unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Format FZF_DEFAULT_OPTS value #61

Closed gerardbosch closed 2 years ago

gerardbosch commented 2 years ago

Description

Properly formatting the options allow to print them nicely:

echo $FZF_DEFAULT_OPTS

will print one option per line, all with same indentation.

This makes understanding its value easier.

Here is the comparison before/after:

image

Signed-off-by: Gerard Bosch gerard.bosch@gmail.com

License Acceptance

unixorn commented 2 years ago

Thanks for the contribution!