mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 82cc9ae67f into 291e96dcd0
This commit is contained in:
commit
b6fa65ea3f
1 changed files with 9 additions and 0 deletions
9
themes/thejspr.zsh-theme
Normal file
9
themes/thejspr.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}["
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]"
|
||||
|
||||
local host_name='%{$fg[white]%}%m%{$reset_color%}:'
|
||||
local current_dir='%{$fg[blue]%}%~%{$reset_color%}'
|
||||
local git_branch='$(git_prompt_info)'
|
||||
local end_symbol=' %{$fg[white]%}%B$%b '
|
||||
|
||||
PROMPT="${host_name}${current_dir}${git_branch}${end_symbol}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue