diff --git a/.bashrc b/.bashrc index 358b222..4815e4d 100644 --- a/.bashrc +++ b/.bashrc @@ -72,6 +72,6 @@ else PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' fi -if [ -f ~/git/dotfiles/colors.sh ] ; then - . ~/git/dotfiles/colors.sh +if [ -f ~/git/dotfiles/.colors ] ; then + . ~/git/dotfiles/.colors fi