Auto Update
This commit is contained in:
parent
e043a1edf3
commit
da8b8ea7d4
1 changed files with 4 additions and 2 deletions
6
setup.sh
6
setup.sh
|
@ -19,13 +19,15 @@ source ./setenv.sh
|
|||
## root PS1
|
||||
RED="01;31m"
|
||||
cat << EOF >> /root/.PS1
|
||||
PS1='\[\033[$RED\]\u\[\033[01;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
PS1='\[\033[$RED\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
#PS1='\[\033[$RED\]\u\[\033[01;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
EOF
|
||||
|
||||
## user PS1
|
||||
GREEN="01;32m"
|
||||
cat << EOF >> ../../.PS1
|
||||
PS1='\[\033[$GREEN\]\u\[\033[01;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
PS1='\[\033[$GREEN\]\u\[\033[01;38;5;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
#PS1='\[\033[$GREEN\]\u\[\033[01;${SERV_COLOR}m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
|
||||
EOF
|
||||
|
||||
if [ -f ../../.env ] ; then
|
||||
|
|
Loading…
Reference in a new issue