From e6ca78e515c67e83aa8057f2875a7b888a2f1532 Mon Sep 17 00:00:00 2001 From: Ephraim Gregor Date: Sat, 9 Jan 2016 13:16:07 -0500 Subject: [PATCH] Tweaks style of home. --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 673d4b8..94298db 100644 --- a/.bash_profile +++ b/.bash_profile @@ -14,8 +14,8 @@ if [[ $- == *i* ]]; then export PS1="\[$(tput setaf 4)\]\u \[$(tput setaf 6)\]\W\\$\[$(tput sgr0)\] \[$(tput sgr0)\]" fi -if [ -f ~/.bash_custom ]; then - source ~/.bash_custom +if [ -f "$HOME/.bash_custom" ]; then + source "$HOME/.bash_custom" fi CUR_PATH=$(readlink ~/.bash_profile)