Auto Update
This commit is contained in:
parent
55e148f100
commit
d9048be550
1 changed files with 4 additions and 0 deletions
4
.bashrc
4
.bashrc
|
@ -71,3 +71,7 @@ if [ -f ~/.PS1 ] ; then
|
||||||
else
|
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
|
||||||
|
. ~/colors.sh
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue