diff options
author | Marc Cornellà <marc.cornella@live.com> | 2017-04-21 20:18:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 20:18:16 +0200 |
commit | 5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50 (patch) | |
tree | ead55fee2c7db9373626d9da6d7c9e7cd927c111 /themes/nebirhos.zsh-theme | |
parent | 66bae5a5deb7a053adfb05b38a93fe47295841eb (diff) | |
download | zsh-5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50.tar.gz zsh-5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50.tar.bz2 zsh-5667161d49b9ddc4ea8de7a379d50fc2cb7ffb50.zip |
Fix host display in nebirhos theme
Fixes #6028
Diffstat (limited to 'themes/nebirhos.zsh-theme')
-rw-r--r-- | themes/nebirhos.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/nebirhos.zsh-theme b/themes/nebirhos.zsh-theme index a5a226b69..e2424465a 100644 --- a/themes/nebirhos.zsh-theme +++ b/themes/nebirhos.zsh-theme @@ -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" |