Use prompt characters that work in x86_64 console

This commit is contained in:
Anthony Rose 2021-05-02 22:47:40 +01:00
parent 1934af7fff
commit d217302134

View file

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