summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Reese <jreese@leetcode.net>2010-04-08 15:07:43 -0400
committerJohn Reese <jreese@leetcode.net>2010-04-08 15:07:43 -0400
commita4dd691af5cdb3ce818fa14d32d58cbcecf45b4d (patch)
tree5a17a5b409cc1aab9464c8f232552485a06febea
parent51935f768d69470d92d2f00f14c98a0380605075 (diff)
downloadzsh-a4dd691af5cdb3ce818fa14d32d58cbcecf45b4d.tar.gz
zsh-a4dd691af5cdb3ce818fa14d32d58cbcecf45b4d.tar.bz2
zsh-a4dd691af5cdb3ce818fa14d32d58cbcecf45b4d.zip
Remove limit of two segments to PWD
-rw-r--r--themes/jreese.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jreese.zsh-theme b/themes/jreese.zsh-theme
index 111dc0dee..534664f11 100644
--- a/themes/jreese.zsh-theme
+++ b/themes/jreese.zsh-theme
@@ -3,7 +3,7 @@
if [ "$(whoami)" = "root" ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
-PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %2~ \
+PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %~ \
$(git_prompt_info)\
%{$fg[red]%}%(!.#.»)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'