summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
...
* Set default .asm, .h, .sh syntax modes for vimJune McEnroe2018-11-23
* Disable number, laststatus, ruler in vimJune McEnroe2018-11-23
* Alias ls='ls -p'June McEnroe2018-11-19
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
* Add \s sort binding and simplify \h and \aJune McEnroe2018-11-11
* Set MANSECT for sections 2 and 3 before 1June McEnroe2018-10-27
* Export PWDJune McEnroe2018-09-27
* Add mdoc syntax fileJune McEnroe2018-09-10
* Remove colorcolumn at 100June McEnroe2018-09-02
* SendEnv LANGJune McEnroe2018-09-02
* Show hostname in title over SSHJune McEnroe2018-08-24
* Alias bc='bc -l'June McEnroe2018-08-23
* Set FCEDIT=$EDITORJune McEnroe2018-08-18
* Run {,s,t}up with /bin/shJune McEnroe2018-08-18
* Use whence instead of typeJune McEnroe2018-08-18
* Cut off path components until right prompt fitsJune McEnroe2018-08-18
* Add "private" alias to source encrypted fileJune McEnroe2018-08-17
* Add vim mapping to add a #includeJune McEnroe2018-08-17
* Remove zshrcJune McEnroe2018-08-17
* Apply realpath to HOMEJune McEnroe2018-08-16
* Shorten .local ssh namesJune McEnroe2018-08-16
* Export GPG_TTYJune McEnroe2018-08-16
* Rearrange kshrc, fix right promptJune McEnroe2018-08-16
* Source kshrc from mkshJune McEnroe2018-08-15
* Add GNU color aliases to mkshrcJune McEnroe2018-08-15
* Move nasd to shell scriptJune McEnroe2018-08-15
* Add kshrcJune McEnroe2018-08-15
* Add notify-send mimic for macOSJune McEnroe2018-08-09
* Ignore .o files in vimJune McEnroe2018-08-09
* Fix colorscheme manUnderline disableJune McEnroe2018-08-06
* Disable underline in man pagesJune McEnroe2018-08-06
* Update htoprc from new htop versionJune McEnroe2018-08-06
* Use 16-color palette in colorschemeJune McEnroe2018-08-06
* Add rand aliasJune McEnroe2018-07-31
* Use color numbers in colorschemeJune McEnroe2018-07-30
* Add monday.local to sshJune McEnroe2018-07-23
* Ignore macOS debug directoriesJune McEnroe2018-05-30
* I've really done it nowJune McEnroe2018-05-13
* Commit with june@causal.agencyJune McEnroe2018-04-08
* Move home bins to ~/.local/binJune McEnroe2018-04-03
* Highlight Special as NormalJune McEnroe2018-04-02
* Set g:clipboard to pb{copy,paste} alwaysJune McEnroe2018-03-30
* Add ll aliasJune McEnroe2018-03-28
* Sort extern crate lines with \cJune McEnroe2018-03-28
* Add \u to sort use linesJune McEnroe2018-03-24
* Revert "Use "Broken Gray" htop colors"June McEnroe2018-03-09
* Only sort system includes with \hJune McEnroe2018-03-06
* Run pngo on screenshots with supJune McEnroe2018-03-01
* Use "Broken Gray" htop colorsJune McEnroe2018-03-01
* Replace cmcenroe.me with causal.agencyJune McEnroe2018-02-24
src/commit/bin/downgrade.c?id=68f41009e9283757b672bbafcaa7bb0bdd121e32&follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe