aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bash_profile b/bash/bash_profile
index 85ef5e21..6c0b3cb0 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -1,7 +1,7 @@
# Source .bashrc if it exists.
-[[ -e "$HOME/.bashrc" ]] && source "$HOME/.bashrc"
+[[ -e "${HOME}/.bashrc" ]] && source "${HOME}/.bashrc"
-# Add various paths if they exit.
+# Add various paths if they exist.
DIRS="${HOME}/bin
/usr/local/apache/bin
/usr/local/mysql/bin