diff options
author | David <dbphillipsnz@gmail.com> | 2016-09-02 20:21:48 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2016-09-02 20:21:48 +1200 |
commit | 7d63de9ef5998b220f902dfae385c22de5f67e08 (patch) | |
tree | 404f1bd0f7a63f2919250780c9de80d1428d5889 /bash_profile | |
parent | 26f6f50589a86680ae73f2c6116f25b4fb7314f8 (diff) | |
download | dotfiles-7d63de9ef5998b220f902dfae385c22de5f67e08.tar.xz |
Add bash_profile
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 3 |
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 |