comparison .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
comparison
equal deleted inserted replaced
272:105ff650452c 273:61b830d34016
18 export EDITOR=vim 18 export EDITOR=vim
19 export VIMINIT="source ${DOTHOME}/.vim/vimrc" 19 export VIMINIT="source ${DOTHOME}/.vim/vimrc"
20 export GVIMINIT="source ${DOTHOME}/.vim/gvimrc" 20 export GVIMINIT="source ${DOTHOME}/.vim/gvimrc"
21 export HOST=`hostname -s` 21 export HOST=`hostname -s`
22 export SCREENRC="${DOTHOME}/screenrc" 22 export SCREENRC="${DOTHOME}/screenrc"
23 export GIT_CONFIG_GLOBAL="${DOTHOME}/gitconfig"
23 24
24 # Specifically, to hell with this terminal type 25 # Specifically, to hell with this terminal type
25 [[ $TERM =~ screen.xterm-256color ]] && export TERM=screen-256color 26 [[ $TERM =~ screen.xterm-256color ]] && export TERM=screen-256color
26 27
27 # Rather than have another separate file for aliases, just list them in here 28 # Rather than have another separate file for aliases, just list them in here