Single-line prompt

This commit is contained in:
Anthony Rose 2021-06-18 14:52:03 +01:00
parent 49cc40e756
commit d655448001

View file

@ -77,9 +77,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;35m\]┌─ \u @ \h ────\n└─ #\[\033[00m\] " export PS1="\[\033[01;35m\]\u@\h\#\[\033[00m\] "
else else
export PS1="\[\033[01;35m\]┌─ \u @ \h ────\n└─ $\[\033[00m\] " export PS1="\[\033[01;35m\]\u@\h\$\[\033[00m\] "
alias dnf="dnf --cacheonly --nogpgcheck" alias dnf="dnf --cacheonly --nogpgcheck"
fi fi