summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Set scrolloff=1June McEnroe2015-05-13
* Truncate RPROMPT with negative lengthJune McEnroe2015-02-18
* Fix timeoutlen so leader still worksJune McEnroe2015-02-16
* Prevent esc delay in terminal vimJune McEnroe2015-02-15
* Fix git prompt for branches with slashesJune McEnroe2015-02-15
* Clean upJune McEnroe2015-02-14
* Switch back to gruvbox iTerm themeJune McEnroe2015-02-14
* Switch back to gruvbox vim themeJune McEnroe2015-02-14
* Prevent red first promptJune McEnroe2015-02-14
* New minimal zshrcJune McEnroe2015-02-14
* Use Hybrid colours in iTerm2June McEnroe2015-02-13
* New minimal vimrcJune McEnroe2015-02-13
* Add more bytes to randpasswd and use URL base64June McEnroe2015-01-16
* Add vim-signature pluginJune McEnroe2015-01-16
* Ignore .DS_StoreJune McEnroe2015-01-06
* Add Karabiner configurationJune McEnroe2015-01-06
* Add git rebase aliasesJune McEnroe2015-01-06
* Add vman alias for vim-supermanJune McEnroe2015-01-06
* Add vim-supermanJune McEnroe2015-01-06
* Add LimeLight to GoyoJune McEnroe2015-01-06
* Swap 0 and ^ in VimJune McEnroe2015-01-06
* Highlight columns 80, 100, 120June McEnroe2015-01-06
* Add iTerm2 to effuse exlcudeJune McEnroe2014-11-29
* Update README listJune McEnroe2014-11-29
* Remove unused configsJune McEnroe2014-11-29
* Add iTerm 2 configurationJune McEnroe2014-11-25
* Keep working directory in terminal titleJune McEnroe2014-11-25
* Add .pultrc to global gitignoreJune McEnroe2014-11-25
* Use gruvbox colorschemeJune McEnroe2014-11-25
* Remove multiple cursors pluginJune McEnroe2014-11-25
* Simplify C-n relative number toggleJune McEnroe2014-11-25
* Add Goyo.vimJune McEnroe2014-11-25
* Use ProFont 11 in VimJune McEnroe2014-11-25
* Add ~/.bin to the pathJune McEnroe2014-10-14
* Remove binJune McEnroe2014-10-14
* Remove backup option from vimrcJune McEnroe2014-10-12
* Update tunnel function for new domainJune McEnroe2014-10-12
* On error rollback in interactive psqlJune McEnroe2014-09-29
* Never mind thatJune McEnroe2014-09-23
* Add FETCH_COUNT and expanded auto to psqlrcJune McEnroe2014-09-23
* Silence psqlrc output and turn timing onJune McEnroe2014-09-23
* Add psqlrcJune McEnroe2014-09-19
* Wildcard ignore DS_StoreJune McEnroe2014-09-19
* Add randpasswd aliasJune McEnroe2014-08-11
* Add vim-exchangeJune McEnroe2014-07-15
* Add gf and gbl git aliasesJune McEnroe2014-07-14
* Add CSS Color pluginJune McEnroe2014-06-30
* Add Eunuch pluginJune McEnroe2014-06-30
* Switch to Hybrid colorschemeJune McEnroe2014-06-30
* Plugin cleanupJune McEnroe2014-06-30
f5651ad64dafe&follow=1'>Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe On GNU, calling getopt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe