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
d247f98d
Commit
d247f98d
authored
Mar 26, 2020
by
Marc Cornellà
Browse files
nebirhos: use short hostname in prompt
Fixes #6050
parent
00f3fa2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/nebirhos.zsh-theme
View file @
d247f98d
...
...
@@ -11,7 +11,7 @@ else
fi
# Get the host name (first 4 chars)
HOST_PROMPT_="%{$fg_bold[red]%}@
$HOST
➜ %{$fg_bold[cyan]%}%c "
HOST_PROMPT_="%{$fg_bold[red]%}@
%m
➜ %{$fg_bold[cyan]%}%c "
GIT_PROMPT="%{$fg_bold[blue]%}\$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}"
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