summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2020-10-24 18:56:09 +0200
committerAlan Pearce2020-10-24 18:56:09 +0200
commitc34d89abb03cf722bb4ea81261d5a1eeb456b7ad (patch)
tree95330822c074218bb9ef1f15e47fc06043d8bd0f /user/settings
parent4af64edfc5c72f662b65897694e78d9eee661727 (diff)
downloadnixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.tar.lz
nixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.tar.zst
nixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.zip
zsh: Enable mcfly for intelligent history searches
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/zsh.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index d7c8c0d4..f3164a7c 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -263,6 +263,9 @@ in
 
       source ${pkgs.fzf}/share/fzf/key-bindings.zsh
 
+      export MCFLY_LIGHT="TRUE"
+      source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh
+
     '' + builtins.readFile ../zsh/zshrc;
   };