diffr icon indicating copy to clipboard operation
diffr copied to clipboard

Default parameters from environment variable

Open xeruf opened this issue 3 years ago • 0 comments

I always use a certain set of switches (--colors refine-added:none:background:0x33,0x66,0x33:bold --colors added:none:background:0x33,0x44,0x33 --colors refine-removed:none:background:0x66,0x33,0x33:bold --colors removed:none:background:0x44,0x33,0x33) and would like to have that whereever I invoke diffr, currently I have to always work with aliases. An environment variable for default flags as fzf has with FZF_DEFAULT_OPTS would be great.

xeruf avatar May 11 '22 10:05 xeruf