summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Emulate 1sh prompts in bashJune McEnroe2020-05-07
|
* Update nvim MANPAGERJune McEnroe2020-05-07
| | | | | Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems.
* Post "casual update"June McEnroe2020-05-06
|
* Remove bman functionJune McEnroe2020-05-06
| | | | I've got exman now!
* Add plansJune McEnroe2020-05-05
|
* Add git-password script to get a password from git-credentialJune McEnroe2020-05-04
|
* Add The Rosewater InsurrectionJune McEnroe2020-05-03
| | | | Finally able to read again. But not a great sequel.
* Add endorsement to git.causal.agencyJune McEnroe2020-04-29
|
* Replace wcwidth implementation with that of muslJune McEnroe2020-04-25
| | | | Imported from musl 1.2.0 sources.
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-04-21
| | | | | | | | And wcfix script for macOS, based on <https://blog.nytsoi.net/2015/05/04/emoji-support-for-weechat> to fix some emoji display in catgirl. Somehow this code from 2007 against Unicode 5.0 does a better job than whatever the hell macOS Mojave's libc is doing.
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Add CREEP UJune McEnroe2020-04-14
|
* Add DONT COME TO THE WOODSJune McEnroe2020-04-14
|
* Include <content src> in feedJune McEnroe2020-04-04
| | | | Maybe this gets feed readers to embed the content?
* Set publish date in feed from .DdJune McEnroe2020-04-04
|
* Update cgit setup post with git-http-backendJune McEnroe2020-04-01
|
* Add np scriptJune McEnroe2020-03-31
| | | | I'm bringing this back.
* Teach hi how to underline in IRCJune McEnroe2020-03-30
|
* Highlight diff lines without lading space as KeywordJune McEnroe2020-03-30
|
* Remove .psqlrcJune McEnroe2020-03-27
| | | | I haven't used psql in years probably.
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
|
* Remove gpg configurationJune McEnroe2020-03-27
|
* Move .kshrc to .mkshrcJune McEnroe2020-03-27
| | | | | I should really just get rid of this since I don't use mksh anymore, but it's still around on some Linux systems I guess.
* Upgrade neovim to 0.4.3 on macOSJune McEnroe2020-03-24
|
* Add The Ten Thousand Doors of JanuaryJune McEnroe2020-03-19
| | | | Uh oh, the library is closed.
* Add HISTFILE history savingJune McEnroe2020-03-09
|
* Source .editrc before applying -v or -eJune McEnroe2020-03-09
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Add \? exit status prompt expansionJune McEnroe2020-03-09
|
* Shorten $HOME to ~ in prompt expansionJune McEnroe2020-03-09
|
* Add PS0 pre-prompt stringJune McEnroe2020-03-09
|
* Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09
|
* Fix copyright and rcsidJune McEnroe2020-03-09
|
* Replace strchrnul with strchrJune McEnroe2020-03-09
|
* Replace eaccess with faccessatJune McEnroe2020-03-09
|
* Replace st_mtim with st_mtimespecJune McEnroe2020-03-09
|
* Replace sys_nsig with NSIGJune McEnroe2020-03-09
|
* Replace 1sh MakefileJune McEnroe2020-03-09
|
* Rename manual pages to 1shJune McEnroe2020-03-09
|
* Move bltin out of subdirectoryJune McEnroe2020-03-09
|
* Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Import /usr/src/bin/test from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Import /usr/src/bin/kill from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove extraneous files from sh sourcesJune McEnroe2020-03-09
|
* Import /usr/src/bin/sh from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09
|
* Remove 1sh sourcesJune McEnroe2020-03-09
| | | | I'm going to recreate it from fresh sh sources for clean git history.
* Add The Stone SkyJune McEnroe2020-03-08
|
* Publish "How I Relay Chat"June McEnroe2020-03-08
|
* Don't use $ inside $(())June McEnroe2020-03-03
|
* Remove setoptJune McEnroe2020-03-03
|
* Use getopts in shell scriptsJune McEnroe2020-03-03
| | | | WTF why did no one tell me about this?