diff --git a/themes/janvaljan.zsh-theme b/themes/janvaljan.zsh-theme new file mode 100644 index 000000000..57a3f17f1 --- /dev/null +++ b/themes/janvaljan.zsh-theme @@ -0,0 +1,5 @@ + +PROMPT='%{$fg_bold[yellow]%} ✔ %{$fg_no_bold[magenta]%}%m %{$fg_no_bold[cyan]%}%c %{$fg_no_bold[yellow]%}✚ $(git_prompt_info)%{$fg_no_bold[yellow]%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_no_bold[green]%}git:%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_no_bold[yellow]%} λ " \ No newline at end of file