From f2aadd35e0a6374e0ffdd49ccfff8d5ccfca4a80 Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Tue, 26 Nov 2024 15:56:16 +0000
Subject: Added new file .bash_profile.

---
 .bash_profile | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .bash_profile

(limited to '.bash_profile')

diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..5fd8315
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,10 @@
+#
+# .bash_profile - Bash Shell startup script for login shells
+#
+# See also BASH(1).
+#
+if [ -f ~/.bashrc ];
+then
+  . ~/.bashrc;
+fi
+
-- 
cgit v1.2.3