add gpg-agent
This commit is contained in:
parent
d567bbdeb3
commit
04f6ce3704
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -46,6 +46,10 @@ REPORTTIME=1
|
||||||
# Dirstack
|
# Dirstack
|
||||||
DIRSTACKSIZE=20
|
DIRSTACKSIZE=20
|
||||||
|
|
||||||
|
# configure gpg agent
|
||||||
|
GPG_TTY=$(tty)
|
||||||
|
export GPG_TTY
|
||||||
|
|
||||||
# source fzf
|
# source fzf
|
||||||
. /usr/share/doc/fzf/examples/key-bindings.zsh
|
. /usr/share/doc/fzf/examples/key-bindings.zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue