Justine Smithies on Nostr: I have the following set in my .kshrc to do exactly that.<a href="" class="mention ...
I have the following set in my .kshrc to do exactly that.<a href="https://snac.smithies.me.uk?t=coloured"; class="mention hashtag" rel="tag">#coloured</a> man pages<br>man() {<br> sh -c "man '$@' | col -bx | bat -l man"<br>}<br>