summary refs log tree commit diff
path: root/.gitconfig (follow)
Commit message (Expand)AuthorAge
* Use ~ for home directory in gitconfigJune McEnroe2014-05-28
* Autocorrect git commandsJune McEnroe2014-04-19
* Add GitHub username to gitconfigJune McEnroe2013-11-10
* Add git configJune McEnroe2013-06-08
tringJune 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