f864dc9b9822

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Jan 2024 16:11:16 -0500
parents 3def90ae0b3a
children 5dd4e6c93b90
branches/tags (none)
files gitconfig gitignore remote/bash_profile

Changes

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