summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2016-09-02 20:21:48 +1200
committerDavid <dbphillipsnz@gmail.com>2016-09-02 20:21:48 +1200
commit7d63de9ef5998b220f902dfae385c22de5f67e08 (patch)
tree404f1bd0f7a63f2919250780c9de80d1428d5889
parent26f6f50589a86680ae73f2c6116f25b4fb7314f8 (diff)
downloaddotfiles-7d63de9ef5998b220f902dfae385c22de5f67e08.tar.xz
Add bash_profile
-rw-r--r--bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile
new file mode 100644
index 0000000..b3f9718
--- /dev/null
+++ b/bash_profile
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+[[ -r ~/.bashrc ]] && . ~/.bashrc