diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-05-08 15:00:34 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-05-08 15:00:34 -0600 |
commit | c34b84f760116b8f35f16545490039b220a88ea1 (patch) | |
tree | 2345888d2fcab5c25e3d0799cdd434531b18f1d5 /themes/nebirhos.zsh-theme | |
parent | 29bac8b37fec60bd8b4217074c2837c46daf7611 (diff) | |
parent | 291e96dcd034750fbe7473482508c08833b168e3 (diff) | |
download | zsh-c34b84f760116b8f35f16545490039b220a88ea1.tar.gz zsh-c34b84f760116b8f35f16545490039b220a88ea1.tar.bz2 zsh-c34b84f760116b8f35f16545490039b220a88ea1.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
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" |