Improved the logging library so you are informed of any errors, and moved the archblue theme to default.zsh-theme.

This commit is contained in:
ArcheyDevil 2012-02-12 18:47:24 +11:00
commit 3072b06211
4 changed files with 16 additions and 14 deletions

View file

@ -1,5 +1,5 @@
(( EUID == 0 )) && ucolor=red || ucolor=cyan
[[ -n $SSH_TTY ]] && hostcolor=red || hostcolor=blue
[[ -n $SSH_TTY ]] && hostcolor=yellow || hostcolor=blue
PROMPT='%{$fg[$ucolor]%}%n%{$reset_color%}@%{$fg[$hostcolor]%}%m%{$reset_color%}: %{$fg[green]%}%0~%{$fg[red]%}%(?.. [%?]) %{$reset_color%}%% '
RPROMPT='$(git_prompt_info)'