From d24862dc84f39a5a5ad9152a7c87875ff545f766 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 4 Mar 2016 22:21:40 -0800 Subject: [PATCH] Update PS1 to match oh-my-zsh theme. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index d7cefd5..3bd3ad5 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -18,7 +18,7 @@ case $TERM in esac 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 alias ls='ls --color'