diff options
Diffstat (limited to 'home/profiles/base-darwin/config/zsh.nix')
-rw-r--r-- | home/profiles/base-darwin/config/zsh.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/config/zsh.nix b/home/profiles/base-darwin/config/zsh.nix new file mode 100644 index 0000000..06bc1f7 --- /dev/null +++ b/home/profiles/base-darwin/config/zsh.nix @@ -0,0 +1,4 @@ +'' + export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + gpgconf --launch gpg-agent +'' |