diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index ec1672f..3403c0a 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -64,9 +64,9 @@ bind 'set completion-ignore-case on' if test $(id -u) -eq 0 then - export PS1="\[\033[01;32m\]╭─ \u @ \h ────\n╰─ #\[\033[00m\] " + export PS1="\[\033[01;35m\]╭─ \u @ \h ────\n╰─ #\[\033[00m\] " 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" fi