Change prompt colour

This commit is contained in:
Anthony Rose 2021-05-02 20:15:42 +01:00
parent dc4227ce18
commit b435996722

View file

@ -64,9 +64,9 @@ bind 'set completion-ignore-case on'
if test $(id -u) -eq 0 if test $(id -u) -eq 0
then then
export PS1="\[\033[01;32m\]╭─ \u @ \h ────\n╰─ #\[\033[00m\] " export PS1="\[\033[01;35m\]╭─ \u @ \h ────\n╰─ #\[\033[00m\] "
else else
export PS1="\[\033[01;32m\]╭─ \u @ \h ────\n╰─ $\[\033[00m\] " export PS1="\[\033[01;35m\]╭─ \u @ \h ────\n╰─ $\[\033[00m\] "
alias dnf="dnf -C" alias dnf="dnf -C"
fi fi