Compare commits

...

2 Commits

Author SHA1 Message Date
a7be93368a
Bump default nvm node 2023-11-01 20:50:48 -04:00
9e967c0d1b
Pointing at correct signing subkey 2023-11-01 20:46:46 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[user]
name = Dan Buch
email = dan@meatballhat.com
signingkey = A62A7ED9712E9DE1F3A4BF789685130D8B763EA7
signingkey = A12F782281063434!
[github]
user = meatballhat

2
zshrc
View File

@ -246,7 +246,7 @@ if [[ -d /usr/local/opt/python@3.8/lib/pkgconfig ]]; then
fi
if nvm &>/dev/null; then
nvm use --delete-prefix 16 --silent
nvm use --delete-prefix 20 --silent
fi
if kitty --version &>/dev/null; then