flo2k opened this issue 6 years ago · 2 comments
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
You can use a shell alias for that. For bash:
alias termdown='termdown -f roman'
Hi @trehn,
Thanks for that hint: this works for me.