aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile10
1 files changed, 10 insertions, 0 deletions
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
+