summaryrefslogtreecommitdiffstats
path: root/2configs/zsh-user.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-22 12:35:06 +0200
committermakefu <github@syntax-fehler.de>2016-07-22 12:35:06 +0200
commita0c1edb0c15dffe6b8b601f104a67437e7126a6d (patch)
tree40e79e00134b046b4fe37ec5f66874b833ee26c3 /2configs/zsh-user.nix
parent77954f4ec07828ae0d9be9392e0c3767c08efff8 (diff)
m 2 zsh-user: use absolute path to gpg-connect-agent
Diffstat (limited to '2configs/zsh-user.nix')
-rw-r--r--2configs/zsh-user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/zsh-user.nix b/2configs/zsh-user.nix
index 99c1315e1..a3286b7fd 100644
--- a/2configs/zsh-user.nix
+++ b/2configs/zsh-user.nix
@@ -22,7 +22,7 @@ in
bindkey "\e[3~" delete-char
zstyle ':completion:*' menu select
- gpg-connect-agent updatestartuptty /bye >/dev/null
+ ${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye >/dev/null
GPG_TTY=$(tty)
export GPG_TTY
unset SSH_AGENT_PID