From ce93c29da6c60117c9209f745f165cb480cc3c6c 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(+) 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 0275734aac6ba04657af6'/> dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/0074/lens (unfollow)
Commit message (Expand)Author
8 hoursAdd all the numbered roll metadataJune McEnroe
8 hoursAdd ability to put a note on a rollJune McEnroe