X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshenv;h=eabcb4f7022d6b88fc6009eb11e76a500ea1be20;hb=d7dabb75012a6bf3bc49f8abbf04ef9b18999b19;hp=c3257835870d284ecc34466afd19fb83a0e601a1;hpb=dd0b905788ae2041f7eb8d6c18220e59d951c5f7;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index c325783..eabcb4f 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -14,3 +14,16 @@ fi export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' export EDITOR="vim" export TMPDIR="/tmp/${USER}" + +export GIT_PS1_SHOWDIRTYSTATE=true +export GIT_PS1_SHOWSTASHSTATE=true +export GIT_PS1_SHOWUNTRACKEDFILEDS=true +export GIT_PS1_SHOWUPSTREAM="verbose" +export GIT_PS1_DESCRIBE_STYLE="branch" +export GIT_PS1_SHOWCOLORHINTS="color" + +eval $(dircolors ~/.dir_colors) + +export GPG_TTY=$(tty) + +export _JAVA_AWT_WM_NONREPARENTING=1