summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-12-29 11:56:38 +0100
committerAlan Pearce2020-12-29 20:00:43 +0100
commit24faceb23414ff82f063b34ed68f88c3e1629544 (patch)
treeb9721a2484bdb27182196e4448b7d35d736a065b /user/settings
parentc672257604ddf3c5d1959a3f7b9fe88a46562c75 (diff)
downloadnixfiles-24faceb23414ff82f063b34ed68f88c3e1629544.tar.lz
nixfiles-24faceb23414ff82f063b34ed68f88c3e1629544.tar.zst
nixfiles-24faceb23414ff82f063b34ed68f88c3e1629544.zip
zsh: remove mcfly
The lack of fuzzy search was causing it to be a productivity loss
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 9b48ef70..893bce38 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -38,11 +38,6 @@ in
       fi
     '';
 
-  programs.mcfly = {
-    enable = true;
-    enableLightTheme = true;
-  };
-
   programs.zsh = {
     enable = true;