From c19ae248bbb125c354a448f42ee2c9504c4f698f Mon Sep 17 00:00:00 2001 From: Autumn Date: Fri, 15 May 2026 17:50:57 +0100 Subject: [conf/bash] added bash config --- src/bash/bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/bash/bash_profile (limited to 'src/bash/bash_profile') diff --git a/src/bash/bash_profile b/src/bash/bash_profile new file mode 100644 index 0000000..6974261 --- /dev/null +++ b/src/bash/bash_profile @@ -0,0 +1,8 @@ +# +# ~~~ bash profile +# + +# load bashrc +if [[ -f ~/.bashrc ]]; then + . ~/.bashrc +fi -- cgit v1.3