aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-21 22:54:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-21 22:54:21 +1300
commite42dd83ffbd8e26d3a5bb57db987731ddabf0b20 (patch)
tree56a70a868a8e8b71ef1fed98ed09633e2c50b671 /bash/bash_profile
parentAdd environment variables. (diff)
downloaddotfiles-e42dd83ffbd8e26d3a5bb57db987731ddabf0b20.tar.gz
dotfiles-e42dd83ffbd8e26d3a5bb57db987731ddabf0b20.zip
Still tweaking bashrc.
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile3
1 files changed, 2 insertions, 1 deletions
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
+