Apply some recommendations from git dx book
This commit is contained in:
parent
82e3fa9114
commit
911dd07d1e
9 changed files with 114 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue