zsh: Enable mcfly for intelligent history searches
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/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; };