--- 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
--- 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
--- 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