Merge branch 'master' of git.clortox.com:tyler/neodot

This commit is contained in:
Tyler 2025-09-19 12:16:42 -04:00
commit 8bf51dfe94
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
required = true
clean = git-lfs clean -- %f
[commit]
gpgsign = true
gpgsign = false
[pull]
rebase = false
[credential]