mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Henburn theme
This commit is contained in:
parent
6231dbbd26
commit
b20eae8f3a
1 changed files with 13 additions and 0 deletions
13
themes/henburn.zsh-theme
Normal file
13
themes/henburn.zsh-theme
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Simple theme based on my old zsh settings.
|
||||||
|
|
||||||
|
function get_host {
|
||||||
|
echo '@'`hostname`''
|
||||||
|
}
|
||||||
|
|
||||||
|
PROMPT='
|
||||||
|
> '
|
||||||
|
RPROMPT='%~$(git_prompt_info) '
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✗%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="("
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue