diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-09-02 20:22:14 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-09-02 20:22:14 +1200 |
commit | 4d4c635d7a946a815d2e06b024b8c387f79fbef8 (patch) | |
tree | 24cd20dc530a542dfe9b1c3045c9623416585038 | |
parent | 88b048f0f76e553c8eccecf19e51f68fed3f1b4c (diff) | |
parent | 7d63de9ef5998b220f902dfae385c22de5f67e08 (diff) | |
download | dotfiles-4d4c635d7a946a815d2e06b024b8c387f79fbef8.tar.xz |
Merge branch 'master' of hermes:/srv/git/david/dotfiles
-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 |