Apply some recommendations from git dx book

This commit is contained in:
Maximilian Friedersdorff 2024-12-02 12:13:41 +00:00
parent 82e3fa9114
commit 911dd07d1e
9 changed files with 114 additions and 37 deletions

View file

@ -18,13 +18,6 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
export EDITOR="nvim"
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)