From 6afbc9fa3f1046f5d7b1c8d7adbeae8843e32ac3 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 27 May 2014 05:31:22 +0000 Subject: [PATCH] remove mention of sandbox, whoops --- zsh-files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-files/zshrc b/zsh-files/zshrc index d4e5a83..cf8999b 100644 --- a/zsh-files/zshrc +++ b/zsh-files/zshrc @@ -79,5 +79,5 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$RED%}☢%{$RESET_COLOR%}" PROMPT=' %{$fg_bold[green]%}[%n@%m] %{$fg[yellow]%}[%~]%{$reset_color%} -$(in_sandbox) %{$fg[blue]%}>%{$reset_color%} ' +%{$fg[blue]%}>%{$reset_color%} ' RPROMPT='$(git_prompt_ahead)$(parse_git_dirty) $(branch_prompt)%{$reset_color%} %{$reset_color%}'