# HG changeset patch # User Steve Losh # Date 1704834676 18000 # Node ID f864dc9b9822b7653bf85aad418f9a6b7fb9fef9 # Parent 3def90ae0b3a0a01601c64711953054fe4eacae2 More diff -r 3def90ae0b3a -r f864dc9b9822 gitconfig --- a/gitconfig Tue Jan 09 10:44:08 2024 -0500 +++ b/gitconfig Tue Jan 09 16:11:16 2024 -0500 @@ -161,3 +161,5 @@ [diff "lfs"] textconv = cat +[init] + defaultBranch = main diff -r 3def90ae0b3a -r f864dc9b9822 gitignore --- a/gitignore Tue Jan 09 10:44:08 2024 -0500 +++ b/gitignore Tue Jan 09 16:11:16 2024 -0500 @@ -17,5 +17,6 @@ *.dx64fsl .sjl-rsync-exclude sjl-jupyter +sjl-sync-vm.sh *.waiting diff -r 3def90ae0b3a -r f864dc9b9822 remote/bash_profile --- a/remote/bash_profile Tue Jan 09 10:44:08 2024 -0500 +++ b/remote/bash_profile Tue Jan 09 16:11:16 2024 -0500 @@ -106,3 +106,7 @@ export _Z_DATA=$HOME/.z-bash . $HOME/src/dotfiles/z.sh + +if [ -f $HOME/.bash_profile_sjl_local ]; then + source $HOME/.bash_profile_sjl_local +fi