diff --git a/.bashrc b/.bashrc index b186d21..5128256 100644 --- a/.bashrc +++ b/.bashrc @@ -184,7 +184,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 [ -f "/home/tyler/.ghcup/env" ] && . "/home/tyler/.ghcup/env" # ghcup-env # The next line updates PATH for the Google Cloud SDK. diff --git a/.gitconfig##default b/.gitconfig##default index caf3403..56ba788 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]