aboutsummaryrefslogtreecommitdiff
path: root/bash
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
parentFix overloading init scripts (diff)
downloaddotfiles-00b3a183e709fd5bd9a226ae298bf058378abde7.tar.gz
dotfiles-00b3a183e709fd5bd9a226ae298bf058378abde7.zip
Misc syntax/grammar corrections
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_profile4
-rw-r--r--bash/bashrc2
2 files changed, 3 insertions, 3 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
diff --git a/bash/bashrc b/bash/bashrc
index 3f9b680d..28f61b22 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -165,7 +165,7 @@ else
PS1=${COLOR_USER}${PS1}${COLOR_UNDO}
fi
-# Add space suffice to prompt.
+# Add space separator to end of prompt.
PS1="${PS1} "
# Set window titles in various terminals.