From 8dca2dc8f30b4caa396d737600b7a12d66b44a15 Mon Sep 17 00:00:00 2001 From: dspolleke Date: Tue, 6 Apr 2021 23:38:56 +0200 Subject: [PATCH] fix issue 101 installing the geerlingguy dotfiles will result in a failing zsh (no history search and an errormessage when opening the shell) --- default.config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.config.yml b/default.config.yml index 38ff438..8293cc7 100644 --- a/default.config.yml +++ b/default.config.yml @@ -49,6 +49,7 @@ homebrew_installed_packages: - pv - wget - wrk + - zsh-history-substring-search homebrew_taps: - homebrew/core