Change prompt colour
This commit is contained in:
parent
dc4227ce18
commit
b435996722
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue