fix root mode not working in bureau

pull/2827/head
Clemens Werther 2014-01-03 14:43:31 +01:00 committed by ncanceill
parent 50fe95a69e
commit 999bd355f7
1 changed files with 1 additions and 1 deletions

View File

@ -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