Auto Update
This commit is contained in:
parent
350db02876
commit
b26c1378c2
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.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
|
||||
|
|
Loading…
Reference in a new issue