diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 20:38:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 20:38:41 +0530 |
| commit | 27496a4209360148a966bd5633923a4d91ae3e14 (patch) | |
| tree | c5eb4bdc8379cbf6c1bbdc61c95731dca8de643c /external/zsh/paths.zsh | |
| parent | 2670c52795a0ee02c434122d43c0940c3755ca8d (diff) | |
| download | nixos-config-27496a4209360148a966bd5633923a4d91ae3e14.tar.gz nixos-config-27496a4209360148a966bd5633923a4d91ae3e14.zip | |
adds magic symlinking config + move gpg agent config to home manager
Diffstat (limited to 'external/zsh/paths.zsh')
| -rw-r--r-- | external/zsh/paths.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/zsh/paths.zsh b/external/zsh/paths.zsh index 7f5b26b..2efc0ce 100644 --- a/external/zsh/paths.zsh +++ b/external/zsh/paths.zsh @@ -30,7 +30,7 @@ export PATH; # Util config export rofi_LIBS=/usr; -export GNUPGHOME=$XDG_CONFIG_HOME/gnupg; +export GNUPGHOME=$HOME/.gnupg; export PASSWORD_STORE_DIR=$XDG_CONFIG_HOME/password-store; export BTPD_HOME=$XDG_CONFIG_HOME/btpd; |
