From 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 16 Dec 2025 13:27:11 -0500 Subject: add initial version (incomplete) --- bash/dot-bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bash/dot-bash_profile (limited to 'bash/dot-bash_profile') diff --git a/bash/dot-bash_profile b/bash/dot-bash_profile new file mode 100644 index 0000000..f91cff9 --- /dev/null +++ b/bash/dot-bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +[[ -f ~/.profile ]] && . ~/.profile -- cgit v1.2.3-71-gdd5e