diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index a61909c..8be721f 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -131,9 +131,9 @@ bind 'set completion-ignore-case on' if test $(id -u) -eq 0 then - export PS1="\[\033[01;32m\]\u@\h\[\033[01;31m\]\#\[\033[00m\] " + export PS1="\[\033[01;32m\]╭─ \u @ \h ────\n╰─ #\[\033[00m\] " else - export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\]\$\[\033[00m\] " + export PS1="\[\033[01;32m\]╭─ \u @ \h ────\n╰─ $\[\033[00m\] " alias dnf="dnf -C" fi