From 7ebb790c1f99a1bf405fd1bf486d2e6f65e6d001 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 1 May 2014 18:06:19 -0700 Subject: [PATCH] better zsh prompt --- zsh-files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index 23ae715..d4e5a83 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -78,6 +78,6 @@ ZSH_THEME_GIT_PROMPT_ADDED=" %{$GREEN%}⇶%{$RESET_COLOR%}" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$RED%}☢%{$RESET_COLOR%}" PROMPT=' -%{$fg_bold[green]%}[%n@%m] %{$fg[yellow]%}[%~] - %{$fg[blue]%}>%{$reset_color%} ' +%{$fg_bold[green]%}[%n@%m] %{$fg[yellow]%}[%~]%{$reset_color%} +$(in_sandbox) %{$fg[blue]%}>%{$reset_color%} ' RPROMPT='$(git_prompt_ahead)$(parse_git_dirty) $(branch_prompt)%{$reset_color%} %{$reset_color%}'