Add gpg tty
This commit is contained in:
parent
270b56ffe2
commit
598439b3f9
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ fi
|
|||
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
|
||||
ssh-add -l > /dev/null || ssh-add
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
alias c="composer"
|
||||
alias dc="docker compose"
|
||||
alias gu="gitup"
|
||||
|
|
Loading…
Reference in a new issue