6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
export EDITOR=nvim
|
|
export GIT_PS1_SHOWUPSTREAM=auto
|
|
export GIT_PS1_SHOWDIRTYSTATE=false
|
|
export GIT_PS1_HIDE_IF_PWD_IGNORED=true
|
|
export PAGER=less
|