zsh: remove mcfly The lack of fuzzy search was causing it to be a productivity loss
Alan Pearce alan@alanpearce.eu
Tue, 29 Dec 2020 11:56:38 +0100
1 files changed, 0 insertions(+), 5 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -38,11 +38,6 @@ ln ~/.cache/zsh/history ${config.home.sessionVariables.XDG_DATA_HOME}/zsh/history fi ''; - programs.mcfly = { - enable = true; - enableLightTheme = true; - }; - programs.zsh = { enable = true;