Auto Update
This commit is contained in:
parent
da8b8ea7d4
commit
8de1bec3e4
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\]$ '
|
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f ~/colors.sh ] ; then
|
if [ -f ~/git/dotfiles/colors.sh ] ; then
|
||||||
. ~/colors.sh
|
. ~/git/dotfiles/colors.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue