1
0
Fork 0

change color

This commit is contained in:
VirtuBox 2019-11-19 18:11:34 +01:00
parent 42cf27df1a
commit 2b309a84ca
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
# FUNCTIONS # FUNCTIONS
if [ "$(id -u)" = "0" ]; then if [ "$(id -u)" = "0" ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]'
else else
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]'
fi fi