Add own theme

This commit is contained in:
Tobias Reisinger 2021-04-09 19:14:16 +02:00
parent f43241f75d
commit 7df492d014
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 15 additions and 1 deletions
.config/zsh/custom/themes

View file

@ -0,0 +1,11 @@
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}✔ "
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
)
%{$fg[green]%}%* %{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg_bold[green]%}%{$reset_color%} '
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'