diff options
author | sefidel <contact@sefidel.net> | 2023-09-22 17:45:20 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-22 17:45:20 +0900 |
commit | 3a5e1df0689d33957a12dcb3fd77ddeeaba3077a (patch) | |
tree | 1a8784e772bed014ca09ed31e320d33386e2e7cb /home/profiles/base/config | |
parent | 5e3887b73742609ae0a335cfce828ce65044ea47 (diff) | |
download | nixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.tar.gz nixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.zip |
chore: 2nd darwin cleanup
Diffstat (limited to 'home/profiles/base/config')
-rw-r--r-- | home/profiles/base/config/zsh-darwin-gpg-ssh.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/profiles/base/config/zsh-darwin-gpg-ssh.nix b/home/profiles/base/config/zsh-darwin-gpg-ssh.nix deleted file mode 100644 index 06bc1f7..0000000 --- a/home/profiles/base/config/zsh-darwin-gpg-ssh.nix +++ /dev/null @@ -1,4 +0,0 @@ -'' - export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) - gpgconf --launch gpg-agent -'' |