mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +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
|
fi
|
||||||
|
|
||||||
# Get the host name (first 4 chars)
|
# 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%}"
|
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
|
# http://stackoverflow.com/questions/3005963/how-can-i-have-a-newline-in-a-string-in-sh
|
||||||
STR=$'\n%{$fg_bold[red]%}➜ %{$reset_color%}'
|
STR=$'\n%{$fg_bold[red]%}➜ %{$reset_color%}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue