Use prompt characters that work in x86_64 console
This commit is contained in:
parent
1934af7fff
commit
d217302134
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue