From e42dd83ffbd8e26d3a5bb57db987731ddabf0b20 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Feb 2012 22:54:21 +1300 Subject: Still tweaking bashrc. --- bash/bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index f46d8af5..7f834d4e 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -1,6 +1,6 @@ # If running Bash, source .bashrc. if [ -n "$BASH_VERSION" ]; then - if [ -f "$HOME/.bashrc" ]; then + if [ -e "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi @@ -13,3 +13,4 @@ fi # Environment variables. export LANG=en_NZ.UTF-8 export NCURSES_NO_UTF8_ACS=1 + -- cgit v1.2.3