From a632bff0e5b723d9b24c52e58ea59433f976522c Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sun, 20 Dec 2015 19:25:11 -0500 Subject: [PATCH] remove ssh from default modules --- templates/zimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zimrc b/templates/zimrc index 0891db9..5eaee6b 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -9,7 +9,7 @@ # select what modules you would like enabled # the second line of modules may depend on options set by modules in the first line # these dependencies are noted on the respective module's README.md -zmodules=(directory environment git history input ssh utility \ +zmodules=(directory environment git history input utility \ syntax-highlighting history-substring-search prompt completion)