Skip to content

How would I go about making everything bold? #223

Answered by akinomyoga
KorbinH asked this question in Q&A
Discussion options

You must be logged in to vote

There is no single option to achieve that, but you need to add bold to all the faces listed by the command ble-face. I haven't carefully tested it, but maybe you can just modify the output of ble-face to add bold and then evaluate it by eval:

eval "$(ble-face | sed 's/$/,bold/')"

Edit: this is an improved version (see also #223 (reply in thread)):

# blerc

eval "$(ble-face | sed -En '/=ref:|(^|,)bold(,|$)/!s/$/,bold/p')"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KorbinH
Comment options

@akinomyoga
Comment options

Answer selected by KorbinH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants