all repos — nixfiles @ c34d89abb03cf722bb4ea81261d5a1eeb456b7ad

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

zsh: Enable mcfly for intelligent history searches

Alan Pearce
commit

c34d89abb03cf722bb4ea81261d5a1eeb456b7ad

parent

4af64edfc5c72f662b65897694e78d9eee661727

1 file 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; };