From f69ce687dc6c1e3990af19f384c99d025ca7981f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 Feb 2012 13:16:41 +1300 Subject: Generalise this to any local file. --- bash/bash_profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index ceea5807..c95bc9b0 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -10,9 +10,9 @@ if [ -d "$HOME/bin" ]; then PATH="$HOME/bin:$PATH" fi -# Add machine-specific locale file if it exists. -if [ -e "$HOME/.bash_locale" ]; then - . "$HOME/.bash_locale" +# Add machine-specific local file if it exists. +if [ -e "$HOME/.bash_local" ]; then + . "$HOME/.bash_local" fi # None of this UTF8 drawing characters nonsense. -- cgit v1.2.3