all repos — nixfiles @ 24faceb23414ff82f063b34ed68f88c3e1629544

System and user configuration, managed by nix and home-manager

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
commit

24faceb23414ff82f063b34ed68f88c3e1629544

parent

c672257604ddf3c5d1959a3f7b9fe88a46562c75

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M user/settings/zsh.nixuser/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;