summary refs log tree commit diff
path: root/home/.profile (follow)
Commit message (Collapse)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
| | | | | Just in case I need to do Rust. My path function checks if it exists so it's not creating noise otherwise.
* Set extended in viJune McEnroe2022-01-17
|
* Use command -v rather than typeJune McEnroe2021-08-25
| | | | | Some shells write to standard error from type when the command is not found. command -v is silent.
* Set iclower, not icJune McEnroe2021-06-14
|
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
| | | | They depend on TERM, so they shouldn't run in .profile.
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
| | | | | | I'm not sure this won't screw something up on macOS or elsewhere. Hopefully other man(1) implementations behave the same way around leading/trailing colons in MANPATH.
* Fix adding /usr/games to PATHJune McEnroe2021-02-09
| | | | I forgot that my own function only takes one parameter oops.
* Add /usr/X11R6/bin to PATHJune McEnroe2021-02-06
|
* Set para and sect for mdocJune McEnroe2021-01-27
| | | | Copied from the OpenBSD defaults.
* Use vi and lessJune McEnroe2021-01-25
| | | | | I haven't used neovim in a couple weeks by now, so I may as well commit this.
* Add gg mapping to viJune McEnroe2021-01-13
| | | | The muscle memory for gg is too strong.
* Set less search case-insensitiveJune McEnroe2021-01-10
|
* Set EXINITJune McEnroe2021-01-10
| | | | | neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
* Add x4 to LESSJune McEnroe2020-11-13
|
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
| | | | | | This is not really how you're supposed to use the select system, I don't think, since the mandoc package actually creates those files, but it does work. This lets me actually use the git installed by MacPorts.
* Move /opt/local behind /usr againJune McEnroe2020-09-12
| | | | | | The reason I did this with pkgsrc was because I actually don't want the man(1) from mandoc, since it won't follow MANSECT. Same applies to MacPorts. I wish I could disable its man(1) with a variant or whatever.
* Remove NetBSD from install scriptJune McEnroe2020-09-11
| | | | I never use it.
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
| | | | My system is probably such a mess now...
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
|
* 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.
* 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
| | | | Oops, this got lost.
* Use .profile, .shrc, .historyJune McEnroe2019-11-21