From ad7a068e783f3a39a65f33d25a3c61abfe2bdfde Mon Sep 17 00:00:00 2001 From: "Alexander Gehrke (crater2150)" Date: Wed, 23 Nov 2016 09:59:35 +0100 Subject: [PATCH] Disable ssh-agent module --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ed5f421..9cccfa5 100644 --- a/zshrc +++ b/zshrc @@ -39,7 +39,7 @@ autoload -Uz zmv function exists { command -v "$@" >/dev/null } -#ZMODLOAD_BLACKLIST=( prompt ) +ZMODLOAD_BLACKLIST=( ssh-agent ) stty -ixon