From 02d3a05d5ff40f5528bb908cea3947a45df389ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 16:57:04 +0200 Subject: feat(hm/conf/gpg): Use my gpg key as an ssh key --- hm/soispha/conf/zsh/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hm/soispha/conf/zsh/default.nix') diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 1e71f0d5..1bfae07b 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -39,9 +39,7 @@ }; loginExtra = - '' - eval $(ssh-agent -s) > /dev/null # start ssh agent - '' + "" + lib.concatStringsSep "\nsetopt " [ "setopt AUTO_CD" # This is needed as first item "AUTO_PUSHD" -- cgit 1.4.1