mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
adding machine name to prompt
This commit is contained in:
parent
f87dbf080e
commit
72210052af
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@
|
|||
# $FG[125] - strawberry
|
||||
# $FG[145] - white
|
||||
|
||||
PROMPT='%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \
|
||||
PROMPT='%{$BG[237]%}%{$fg[white]%} $(hostname) \
|
||||
%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \
|
||||
%{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\
|
||||
%{$BG[093]%}%{$fg[white]%}$(git_prompt_info)\
|
||||
%{$reset_color%}$(git_prompt_status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue