Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
aliss (aliss@outerheaven.club)'s status on Monday, 19-Sep-2022 09:21:15 JSTaliss @tost i have it without %b in my profile
like
```
export LESS_TERMCAP_md="$(printf '\e[1;36m')"
```
i know %b is used for escapes and love the correctness but is there any chance without it printf would explode?