aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-11 15:19:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-11 15:19:43 +1200
commit00b3a183e709fd5bd9a226ae298bf058378abde7 (patch)
treeb762d228b9874bd7aeb284964e95052e4774f9e4 /bash/bash_profile
parentFix overloading init scripts (diff)
downloaddotfiles-00b3a183e709fd5bd9a226ae298bf058378abde7.tar.gz
dotfiles-00b3a183e709fd5bd9a226ae298bf058378abde7.zip
Misc syntax/grammar corrections
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