From f4b5e5c6ead2718253c70f7e0a6ed9562aea8cf1 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
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')

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