From 00f72ae33fdfb50bb6d5118af22ce0283c062804 Mon Sep 17 00:00:00 2001 From: Marcin Pawlowski Date: Mon, 25 Jun 2018 22:04:08 -0700 Subject: [PATCH] hostname --- themes/marcin.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/marcin.zsh-theme diff --git a/themes/marcin.zsh-theme b/themes/marcin.zsh-theme new file mode 100644 index 000000000..94d085d28 --- /dev/null +++ b/themes/marcin.zsh-theme @@ -0,0 +1,7 @@ +local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" +PROMPT='${ret_status} %{$fg_bold[white]%}%M %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"