1

Update .zshrc

This commit is contained in:
Evan Pratten 2020-07-07 16:05:49 -04:00 committed by GitHub
parent f528d41ac0
commit 834b02aa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ fancyLocationString(){
# Prompt config # Prompt config
autoload -U colors && colors autoload -U colors && colors
NEWLINE=$'\n' NEWLINE=$'\n'
export PROMPT="%{$fg[green]%}%n@%M $(fancyLocationString) %{$fg[cyan]%}%~ $ %{$reset_color%}" export PROMPT="%{$fg[green]%}%n@%M %{$fg[cyan]%}%~ $ %{$reset_color%}"
setopt prompt_subst setopt prompt_subst
autoload -Uz vcs_info autoload -Uz vcs_info
zstyle ':vcs_info:*' actionformats \ zstyle ':vcs_info:*' actionformats \