Skip to content

Commit

Permalink
Tweaks style of home.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosExAnima committed Jan 9, 2016
1 parent 506f12f commit e6ca78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e6ca78e

Please sign in to comment.