From e900c217c1e50a4067384c9bb3fe43dff61986c6 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 24 Nov 2023 00:31:06 -0500 Subject: Restructure dirs to mimic XDG base dirs Non XDG base directories have a leading '_'. --- config/bash/bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/bash/bash_profile (limited to 'config/bash/bash_profile') diff --git a/config/bash/bash_profile b/config/bash/bash_profile new file mode 100644 index 0000000..5545f00 --- /dev/null +++ b/config/bash/bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3