From f4b5e5c6ead2718253c70f7e0a6ed9562aea8cf1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 22 Mar 2022 11:39:53 -0400 Subject: Source ~/.profile.local if it exists --- home/.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/.profile') diff --git a/home/.profile b/home/.profile index ed925b65..7d4ba822 100644 --- a/home/.profile +++ b/home/.profile @@ -23,4 +23,6 @@ export GIT_PAGER="diff-highlight | $PAGER" test -e /usr/share/mk/sys.mk || export CFLAGS=-O test -d /usr/home && cd +test -f ~/.profile.local && . ~/.profile.local + export ENV=~/.shrc -- cgit 1.4.1 owmsg' value='1'/> dontfiles
summary refs log tree commit diff
path: root/home/.config/git/ignore (unfollow)
Commit message (Collapse)Author
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
2021-01-09Add c -t flag to print expression typeJune McEnroe
Also add missing float case.
2021-01-05Update taglineJune McEnroe