trehn/termdown

Config for default values

flo2k opened this issue · 2 comments

flo2k commented

Hi,

I like termdown and want to use it on a regular basis. Is it possible to specify a config file where some things - e.g. the default font - is specified?

Best

flo2k

trehn commented

You can use a shell alias for that. For bash:

alias termdown='termdown -f roman'
flo2k commented

Hi @trehn,

Thanks for that hint: this works for me.

Best

flo2k