aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2026-04-01 16:23:43 +0800
committerbenj <benj@rse8.com>2026-04-01 16:23:43 +0800
commitdd6884a7e290bfedf94ba8c8088ace6df43af02a (patch)
treec2f51f9f2881ba8d26f0607301d5e28f99572219 /.bash_profile
parent1728a04d6017580eb4beed79db145d8bcae6f515 (diff)
downloadmycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.gz
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.bz2
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.lz
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.xz
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.tar.zst
mycfg-dd6884a7e290bfedf94ba8c8088ace6df43af02a.zip
some lagging .setup->.mycfg stuff
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 984e8a9..3b332c1 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -10,7 +10,7 @@ export PATH
[[ -f ~/.bashrc ]] && . ~/.bashrc
-source ~/.setup/.bash_profile.local
+source ~/.mycfg/.bash_profile.local
# opam configuration
test -r /home/benj/.opam/opam-init/init.sh && . /home/benj/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true