diff options
author | Alan Pearce | 2020-10-24 18:56:09 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-24 18:56:09 +0200 |
commit | c34d89abb03cf722bb4ea81261d5a1eeb456b7ad (patch) | |
tree | 95330822c074218bb9ef1f15e47fc06043d8bd0f /user/settings | |
parent | 4af64edfc5c72f662b65897694e78d9eee661727 (diff) | |
download | nixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.tar.lz nixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.tar.zst nixfiles-c34d89abb03cf722bb4ea81261d5a1eeb456b7ad.zip |
zsh: Enable mcfly for intelligent history searches
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; |