mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-14 09:50:08 +00:00
fix root mode not working in bureau
This commit is contained in:
parent
50fe95a69e
commit
999bd355f7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ bureau_git_prompt () {
|
||||||
|
|
||||||
_PATH="%{$fg_bold[white]%}%~%{$reset_color%}"
|
_PATH="%{$fg_bold[white]%}%~%{$reset_color%}"
|
||||||
|
|
||||||
if [[ "%#" == "#" ]]; then
|
if [[ $EUID -eq 0 ]]; then
|
||||||
_USERNAME="%{$fg_bold[red]%}%n"
|
_USERNAME="%{$fg_bold[red]%}%n"
|
||||||
_LIBERTY="%{$fg[red]%}#"
|
_LIBERTY="%{$fg[red]%}#"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue