You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, as I understood we have to use environment variables for basic customization and .tldrrc for advanced one. Right? What has more priority: environment variables or .tldrrc?
Eh, for now, I'm fine with you just implementing these as new environment variables. I'll make a separate issue to track implementing .tldrrc.
What has more priority: environment variables or .tldrrc?
environment variables should have top priority, so that it allows doing TLDR_LANGUAGE=es in a given terminal session and just use that, without overwriting the default permanently.
I suggest split
TLDR_COLOR_COMMAND
into the two variables:and add envs to control braces and pipe symbol colors:
Maybe I can try to create PR for this issue. ;)
The text was updated successfully, but these errors were encountered: