mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
theme based on bira, but cleaned up, has current time and no ruby stuff
This commit is contained in:
parent
1120f97305
commit
102f6eb1f1
1 changed files with 15 additions and 0 deletions
15
themes/gmason.zsh-theme
Normal file
15
themes/gmason.zsh-theme
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
||||
|
||||
local userhostcolor='green'
|
||||
|
||||
local time='%{$fg_bold[cyan]%}%T%{$reset_color%}'
|
||||
local user_host='%{$terminfo[bold]$fg[$userhostcolor]%}%n%{$fg[magenta]%}@$reset_color$fg[$userhostcolor]%}%m%'
|
||||
local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
|
||||
local git_branch='$(git_prompt_info)%{$reset_color%}'
|
||||
|
||||
PROMPT="${time} ${user_host} ${current_dir} ${git_branch}
|
||||
%{$fg_bold[yellow]%}%B$%b %{$reset_color%}"
|
||||
RPS1="${return_code}"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue