Auto Update
This commit is contained in:
parent
d8be8f9def
commit
2518a3f0db
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -17,7 +17,7 @@ cat << EOF >> /root/.PS1
|
|||
PS1='\[\033[$RED\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
EOF
|
||||
|
||||
## user PS1
|
||||
## user PS1 # TODO? put in getenv
|
||||
GREEN="01;32m"
|
||||
cat << EOF >> ../../.PS1
|
||||
PS1='\[\033[$GREEN\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
|
|
Loading…
Reference in a new issue