From 1fab6477645f5102268cfa391b44bbb01a87c93b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 12 Jul 2013 16:59:03 +1200 Subject: Tidier layout, start using .bash_profile again Shouldn't refer to Bash stuff in Bourne shell profile --- bash/bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bash/bash_profile (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile new file mode 100644 index 00000000..aa87667d --- /dev/null +++ b/bash/bash_profile @@ -0,0 +1,6 @@ +# Source Bourne shell profile if it exists +[[ -r "$HOME/.profile" ]] && source $HOME/.profile + +# Source interactive Bash config if it exists +[[ -r "$HOME/.bashrc" ]] && source $HOME/.bashrc + -- cgit v1.2.3