Pimp latex export

This commit is contained in:
Marco Thomas
2022-03-11 15:58:47 +01:00
parent fc508e48ee
commit 25a03bc77f
4 changed files with 44 additions and 10 deletions

View File

@@ -20,10 +20,10 @@ DIR="%{$fg[blue]%}%~"
GIT="%{$fg[red]%}\$vcs_info_msg_0_"
# if [[ -n "$SSH_CONNECTION" ]]; then
HOSTNAME="%B%{$fg[yellow]%}%m%b "
PC="%B%{$fg[yellow]%}%m%b "
# fi
export PROMPT="${HOSTNAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
export PROMPT="${PC}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats ' %b '
case $TERM in