Update zsh ps1

This commit is contained in:
Marco Thomas
2021-02-05 10:40:14 +01:00
parent b5db404046
commit f3550e49cc

View File

@@ -27,7 +27,7 @@ if [[ -n "$SSH_CONNECTION" ]]; then
fi fi
export PROMPT="${NAME}${DIR}${GIT} ${ICON} %{$reset_color%}" export PROMPT="${NAME}${DIR}${GIT} ${ICON} %{$reset_color%}"
zstyle ':vcs_info:git:*' formats ' ( %b)' zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Exports # ============================== Exports
export EDITOR="nvim" export EDITOR="nvim"