.4.1'/>
summary refs log tree commit diff
path: root/etc/tf/cfg/engineer.cfg (unfollow)
Commit message (Collapse)Author
2018-08-17Remove zshrcJune McEnroe
Begone, bloat shell.
2018-08-16Apply realpath to HOMEJune McEnroe
This fixes the prompt for FreeBSD's /home shenanigans. This is the one thing that just seems dirty to me in FreeBSD. Why.
2018-08-16Install mksh rather than zshJune McEnroe
2018-08-16Port all scripts to shJune McEnroe
Not hard, but having to escape ( ) inside [ ] had me confused for a bit.
2018-08-16Shorten .local ssh namesJune McEnroe
ksh doesn't do sophisticated tab-complete so I have to actually type ssh hosts now.
2018-08-16Export GPG_TTYJune McEnroe
Oops.
2018-08-16Disable visual bell entirely in TerminalJune McEnroe
You can't turn off bell in ksh.
2018-08-16Rearrange kshrc, fix right promptJune McEnroeit/bin/qf.c?id=c1fe77108117eb95b5960e765bdbdd6a21a8caf9&follow=1'>Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio.
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine.
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe