Update PS1 to match oh-my-zsh theme.

This commit is contained in:
David Tomaschik
2016-03-04 22:21:40 -08:00
parent d48f5a3681
commit d24862dc84

View File

@@ -18,7 +18,7 @@ case $TERM in
esac esac
autoload -U colors && colors autoload -U colors && colors
PS1="%{%(!.$fg[red].$fg[green])%}%n%{$fg[white]%}@%{$fg[cyan]%}%m%{$fg[white]%}:%{$fg[green]%}%32<...<%~%<<%{$fg[white]%}%#%{$reset_color%} " PS1="%{$fg[black]%}[%{$fg[yellow]%}%h%{$fg[black]%}] %{%(!.$fg[red].$fg[green])%}%8>..>%n%>>%{$fg[white]%}@%{$fg[blue]%}%12>..>%m%>>%{$fg[white]%}:%{$fg[green]%}%32<...<%~%<<%{$fg[white]%}%#%{$reset_color%} "
# LS Colors # LS Colors
alias ls='ls --color' alias ls='ls --color'