From 4bad74d2fea0e6ac9bd452cb0fc3473ec7b06746 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 13 Jul 2025 15:40:20 +0800 Subject: config: update bash configs. --- store/config/home/bash_profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'store/config/home/bash_profile') diff --git a/store/config/home/bash_profile b/store/config/home/bash_profile index b65f405..92375ee 100644 --- a/store/config/home/bash_profile +++ b/store/config/home/bash_profile @@ -1 +1,5 @@ +if [ -r ~/.profile ]; then . ~/.profile; fi + export PATH="$HOME/.local/bin:$PATH" + +case "$-" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac -- cgit v1.2.3