all repos — nixfiles @ c34d89abb03cf722bb4ea81261d5a1eeb456b7ad

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

zsh: Enable mcfly for intelligent history searches
Alan Pearce alan@alanpearce.eu
Sat, 24 Oct 2020 18:56:09 +0200
commit

c34d89abb03cf722bb4ea81261d5a1eeb456b7ad

parent

4af64edfc5c72f662b65897694e78d9eee661727

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

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -263,6 +263,9 @@ } 
       source ${pkgs.fzf}/share/fzf/key-bindings.zsh
 
+      export MCFLY_LIGHT="TRUE"
+      source ${pkgs.unstable.mcfly}/share/mcfly/mcfly.zsh
+
     '' + builtins.readFile ../zsh/zshrc;
   };