Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
999bd355
Commit
999bd355
authored
Jan 03, 2014
by
Clemens Werther
Committed by
ncanceill
Jun 08, 2014
Browse files
fix root mode not working in bureau
parent
50fe95a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/bureau.zsh-theme
View file @
999bd355
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment