diff options
| author | makefu <github@syntax-fehler.de> | 2016-07-22 12:35:06 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-07-22 12:35:06 +0200 |
| commit | fa3896135414b2634e6d912a2647aba7bea3ac2d (patch) | |
| tree | b5934ce0f9bb0bbb93ab078b2e1b0f838602818f | |
| parent | 864e711114b048e875f0d73eeefdca436eebea00 (diff) | |
m 2 zsh-user: use absolute path to gpg-connect-agent
| -rw-r--r-- | makefu/2configs/zsh-user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/zsh-user.nix b/makefu/2configs/zsh-user.nix index 99c1315e1..a3286b7fd 100644 --- a/makefu/2configs/zsh-user.nix +++ b/makefu/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 |
