aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.