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
5667161d
Commit
5667161d
authored
Apr 21, 2017
by
Marc Cornellà
Committed by
GitHub
Apr 21, 2017
Browse files
Fix host display in nebirhos theme
Fixes #6028
parent
66bae5a5
Changes
1
Show whitespace changes
Inline
Side-by-side
themes/nebirhos.zsh-theme
View file @
5667161d
...
@@ -11,7 +11,7 @@ else
...
@@ -11,7 +11,7 @@ else
fi
fi
# Get the host name (first 4 chars)
# 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%}"
GIT_PROMPT="%{$fg_bold[blue]%}\$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}"
PROMPT="$HOST_PROMPT_$RUBY_PROMPT_$GIT_PROMPT"
PROMPT="$HOST_PROMPT_$RUBY_PROMPT_$GIT_PROMPT"
...
...
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