diff --git a/.zshrc b/.zshrc index 7be70be..0d24cb2 100644 --- a/.zshrc +++ b/.zshrc @@ -109,6 +109,9 @@ gitlog() { # Load nvm source /usr/share/nvm/init-nvm.sh +# Make GPG work in WSL +export GPG_TTY=$(tty) + # Set starship Prompt eval "$(starship init zsh)"