mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added rbright theme to oh-my-zsh
This commit is contained in:
parent
757fa3314d
commit
494c8d8571
1 changed files with 14 additions and 0 deletions
14
themes/rbright.zsh-theme
Normal file
14
themes/rbright.zsh-theme
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
local time_of_day='%{$fg_bold[blue]%}%T%{$reset_color%}'
|
||||||
|
local user_host='%{$fg_bold[green]%}%n@%m%{$reset_color%}'
|
||||||
|
local current_dir='%{$fg_bold[cyan]%}%c%{$reset_color%}'
|
||||||
|
local git_prompt='$(git_prompt_info)'
|
||||||
|
|
||||||
|
PROMPT="${time_of_day} ${user_host}:${current_dir} ${git_prompt}
|
||||||
|
%# "
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[magenta]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}⚡"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue