zsh: Enable mcfly for intelligent history searches
Alan Pearce alan@alanpearce.eu
Sat, 24 Oct 2020 18:56:09 +0200
1 files 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; };