From 7d63de9ef5998b220f902dfae385c22de5f67e08 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 2 Sep 2016 20:21:48 +1200 Subject: Add bash_profile --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash_profile 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 -- cgit v1.1