From c34d89abb03cf722bb4ea81261d5a1eeb456b7ad Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 24 Oct 2020 18:56:09 +0200 Subject: zsh: Enable mcfly for intelligent history searches --- user/settings/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings') 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; }; -- cgit 1.4.1