diff --git a/.bashrc b/.bashrc index 5ae823e..9eccd43 100644 --- a/.bashrc +++ b/.bashrc @@ -71,3 +71,7 @@ if [ -f ~/.PS1 ] ; then else PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ ' fi + +if [ -f ~/colors.sh ] ; then + . ~/colors.sh +fi