Update some things

This commit is contained in:
Marco Thomas
2021-02-03 17:01:05 +01:00
parent 035f55e3e1
commit 3dff76e578
4 changed files with 82 additions and 64 deletions

View File

@@ -20,14 +20,14 @@ LN=$'\n'
ICON="%(?.%{$fg[green]%}.%{$fg[red]%})➜"
DIR="%{$fg[blue]%}%~"
GIT_ICON=""
GIT="%{$fg[cyan]%}\$vcs_info_msg_0_"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
if [[ -n "$SSH_CONNECTION" ]]; then
NAME="%{$fg[yellow]%}%m "
fi
export PROMPT="${NAME}${DIR}${GIT} ${ICON} %{$reset_color%}"
zstyle ':vcs_info:git:*' formats '  %b'
zstyle ':vcs_info:git:*' formats ' ( %b)'
# ============================== Exports
export EDITOR="nvim"