From 00f79a69bb9da3dc66c98c698ce777f8fb1fc49b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 23 Dec 2024 09:44:01 -0500 Subject: [PATCH 1/2] Catch up gitconfig --- .gitconfig##default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig##default b/.gitconfig##default index 7b35919..d998307 100644 --- a/.gitconfig##default +++ b/.gitconfig##default @@ -11,7 +11,7 @@ required = true clean = git-lfs clean -- %f [commit] - gpgsign = true + gpgsign = false [pull] rebase = false [credential] From a88c4241561b80d38d5c188fd2d82b6ab32b7744 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 23 Dec 2024 09:46:38 -0500 Subject: [PATCH 2/2] Update bashrc --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 2002510..cecb151 100644 --- a/.bashrc +++ b/.bashrc @@ -160,4 +160,8 @@ export NVM_DIR="$HOME/.nvm" [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh eval "$(atuin init bash)" +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/tyler/work/google-cloud-sdk/path.bash.inc' ]; then . '/home/tyler/work/google-cloud-sdk/path.bash.inc'; fi +# The next line enables shell command completion for gcloud. +if [ -f '/home/tyler/work/google-cloud-sdk/completion.bash.inc' ]; then . '/home/tyler/work/google-cloud-sdk/completion.bash.inc'; fi