Fix host display in nebirhos theme

Fixes #6028
This commit is contained in:
Marc Cornellà 2017-04-21 20:18:16 +02:00 committed by GitHub
parent 66bae5a5de
commit 5667161d49
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else
fi
# Get the host name (first 4 chars)
HOST_PROMPT_="%{$fg_bold[red]%}@$HOST[0,4] %{$fg_bold[cyan]%}%c "
HOST_PROMPT_="%{$fg_bold[red]%}@$HOST ➜ %{$fg_bold[cyan]%}%c "
GIT_PROMPT="%{$fg_bold[blue]%}\$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}"
PROMPT="$HOST_PROMPT_$RUBY_PROMPT_$GIT_PROMPT"