fix root mode not working in bureau

master
Clemens Werther 12 years ago committed by ncanceill
parent 50fe95a69e
commit 999bd355f7
  1. 2
      themes/bureau.zsh-theme

@ -70,7 +70,7 @@ bureau_git_prompt () {
_PATH="%{$fg_bold[white]%}%~%{$reset_color%}"
if [[ "%#" == "#" ]]; then
if [[ $EUID -eq 0 ]]; then
_USERNAME="%{$fg_bold[red]%}%n"
_LIBERTY="%{$fg[red]%}#"
else

Loading…
Cancel
Save