From 931993138631534ea2476b37cdfd2093390c86db Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 7 Nov 2023 16:41:32 +0000 Subject: [PATCH] Add .profile --- shell/.profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/.profile diff --git a/shell/.profile b/shell/.profile new file mode 100644 index 0000000..bf5a2a0 --- /dev/null +++ b/shell/.profile @@ -0,0 +1,4 @@ +# Load the ~/.bashrc file if we're using Bash +if test -n "$BASH_VERSION"; then + test -r "$HOME/.bashrc" && . "$HOME/.bashrc" +fi