]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/zsh/files/zshenv
Do not install zsh-completion on ubuntu
[max/saltfiles.git] / states / zsh / files / zshenv
index c3257835870d284ecc34466afd19fb83a0e601a1..5d60e58c66d94c7edd1e74098ef04dba2da3a79e 100644 (file)
@@ -14,3 +14,14 @@ 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)