mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Name corrected
This commit is contained in:
parent
954e32dea8
commit
33100af0be
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ else
|
|||
fi
|
||||
|
||||
# Get the host name (first 4 chars)
|
||||
HOST_PROMPT_="%{$fg_bold[red]%}@$HOST[0,8] at %{$fg_bold[cyan]%}%c "
|
||||
HOST_PROMPT_="%{$fg_bold[red]%}@$HOST[0,7] at %{$fg_bold[cyan]%}%c "
|
||||
GIT_PROMPT_="%{$fg_bold[blue]%}\$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}"
|
||||
# http://stackoverflow.com/questions/3005963/how-can-i-have-a-newline-in-a-string-in-sh
|
||||
STR=$'\n%{$fg_bold[red]%}➜ %{$reset_color%}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue