From f408ae894e4e10bbf4358c7c07bb9618ef1353e4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 23:46:42 +0200 Subject: rename --- bash/bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash/bash_profile (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile new file mode 100644 index 0000000..004a7b3 --- /dev/null +++ b/bash/bash_profile @@ -0,0 +1,3 @@ +if [ -f $HOME/.bashrc ]; then + source $HOME/.bashrc +fi -- cgit v1.2.3