From 94ad9958e416c25dd5c75fbc26ba602711d2b0b4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 Feb 2012 10:25:15 +1300 Subject: Here's a more sensible solution. --- bash/bash_profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 0a5b4fd8..ceea5807 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -10,6 +10,11 @@ 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" +fi + # None of this UTF8 drawing characters nonsense. export NCURSES_NO_UTF8_ACS=1 -- cgit v1.2.3