mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
fixed broken indent in previous commit
This commit is contained in:
parent
6e5cf86198
commit
80ca3c058e
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ prompt_end() {
|
|||
|
||||
# Context: user@hostname (who am I and where am I)
|
||||
prompt_context() {
|
||||
if [[ "$USER" != "$DEFAULT_USER" ]]; then
|
||||
if [[ "$USER" != "$DEFAULT_USER" ]]; then
|
||||
prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m"
|
||||
elif [[ "$USER" == "$DEFAULT_USER" && -n "$SSH_CLIENT" ]]; then
|
||||
prompt_segment black default "%(!.%{%F{yellow}%}.)%m"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue