From c401b3d4af2462e96aa327f1282e2882aa94609a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 15 Dec 2020 23:52:37 -0500 Subject: Add bibsort My first perl script! hi doesn't have syntax highlighting for perl, and I don't think I could sanely implement it, but oh well. --- bin/html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/html.sh') diff --git a/bin/html.sh b/bin/html.sh index 4a6b52f8..e96a7210 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -38,4 +38,4 @@ pre.hi { EOF [ -f "$man" ] && man -P cat "${PWD}/${man}" | ./ttpre -./hi -f html -o anchor "$src" +./hi -t -f html -o anchor "$src" -- cgit 1.4.1 t();'> dontfiles
summary refs log tree commit diff
path: root/home/.xsession (unfollow)
Commit message (Collapse)Author
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe