diff --git a/.bashrc b/.bashrc index 9eccd43..358b222 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 ~/colors.sh ] ; then - . ~/colors.sh +if [ -f ~/git/dotfiles/colors.sh ] ; then + . ~/git/dotfiles/colors.sh fi