make gpg work in WSL
This commit is contained in:
parent
db5fa210a1
commit
46d54a53af
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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)"
|
||||
|
||||
|
|
Reference in a new issue