summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-22 11:39:53 -0400
committerJune McEnroe <june@causal.agency>2022-03-22 11:39:53 -0400
commitce93c29da6c60117c9209f745f165cb480cc3c6c (patch)
tree4c9882562beb7b85a3fe0e9d860115d3d0f139e1 /home
parentPublish "Addendum 2021" (diff)
downloadsrc-ce93c29da6c60117c9209f745f165cb480cc3c6c.tar.gz
src-ce93c29da6c60117c9209f745f165cb480cc3c6c.zip
Source ~/.profile.local if it exists
Diffstat (limited to 'home')
-rw-r--r--home/.profile2
1 files changed, 2 insertions, 0 deletions
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