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'