feat: updates nvim and adds gpgreset function

This commit is contained in:
2025-09-18 11:36:44 -04:00
parent e8de865417
commit 0bd1e6242d
3 changed files with 10 additions and 2 deletions

5
zsh/config/functions/gpgreset Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
function gpgreset() {
gpgconf --kill all && gpgconf --launch all
}