about summary refs log tree commit diff stats
path: root/hm/soispha/conf/zsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/zsh/default.nix4
1 files changed, 1 insertions, 3 deletions
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"