summary refs log tree commit diff
path: root/home/.profile (follow)
Commit message (Expand)AuthorAge
* Source ~/.profile.local if it existsJune McEnroe2022-03-22
* Use diff-highlight for GIT_PAGER if availableJune McEnroe2022-01-18
* Add ~/.cargo to PATHJune McEnroe2022-01-17
* Set extended in viJune McEnroe2022-01-17
* Use command -v rather than typeJune McEnroe2021-08-25
* Set iclower, not icJune McEnroe2021-06-14
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* Fix adding /usr/games to PATHJune McEnroe2021-02-09
* Add /usr/X11R6/bin to PATHJune McEnroe2021-02-06
* Set para and sect for mdocJune McEnroe2021-01-27
* Use vi and lessJune McEnroe2021-01-25
* Add gg mapping to viJune McEnroe2021-01-13
* Set less search case-insensitiveJune McEnroe2021-01-10
* Set EXINITJune McEnroe2021-01-10
* Add x4 to LESSJune McEnroe2020-11-13
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
* Move /opt/local behind /usr againJune McEnroe2020-09-12
* Remove NetBSD from install scriptJune McEnroe2020-09-11
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
* Update nvim MANPAGERJune McEnroe2020-05-07
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
* Only add existing directories to PATHJune McEnroe2019-11-29
* Clear PATH before populating it againJune McEnroe2019-11-27
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
title='2022-02-19 20:44:36 -0500'>2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe