diff .shared/shared_bashrc @ 273:61b830d34016

Get some basic git config stuff shared wider
author Steve Huston <huston@princeton.edu>
date Thu, 25 Apr 2024 16:38:37 -0400
parents 48b4f41712dc
children 3b9662470765
line wrap: on
line diff
--- a/.shared/shared_bashrc	Thu Apr 25 15:54:08 2024 -0400
+++ b/.shared/shared_bashrc	Thu Apr 25 16:38:37 2024 -0400
@@ -20,6 +20,7 @@
 export GVIMINIT="source ${DOTHOME}/.vim/gvimrc"
 export HOST=`hostname -s`
 export SCREENRC="${DOTHOME}/screenrc"
+export GIT_CONFIG_GLOBAL="${DOTHOME}/gitconfig"
 
 # Specifically, to hell with this terminal type
 [[ $TERM =~ screen.xterm-256color ]] && export TERM=screen-256color