aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-25 18:13:54 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-25 18:13:54 +0000
commit5cc211817d672f47c1e801ac65bd2ced5dad2fd9 (patch)
treeec6b252cf134f8da1831878d2e7a2714c70b7270 /zsh
parent25f006c50428c0727a3f59693d4b3185327ece3c (diff)
downloaddotfiles-5cc211817d672f47c1e801ac65bd2ced5dad2fd9.tar.gz
dotfiles-5cc211817d672f47c1e801ac65bd2ced5dad2fd9.zip
Remove pass options and move functionality to gpg-agent
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index d06d6cb..56989c0 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -9,5 +9,3 @@ export PATH="${HOME}/.local/bin:${PATH}"
export PATH="/usr/bin:${PATH}"
export PATH="${HOME}/.yarn/bin:${PATH}"
export PATH="/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64:${PATH}"
-
-export PASSWORD_STORE_GPG_OPTS="--passphrase-file ${HOME}/.config/.yann_gpg"