Skip to content

Commit

Permalink
Remove limit of two segments to PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 8, 2010
1 parent 51935f7 commit a4dd691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/jreese.zsh-theme
Expand Up @@ -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%}'
Expand Down

0 comments on commit a4dd691

Please sign in to comment.