fzf zsh history search

This commit is contained in:
xunuwu 2024-09-03 21:35:06 +02:00
parent 1f6108d409
commit 30aa6e3fc1
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -22,6 +22,7 @@ in {
config = lib.mkMerge [
(lib.mkIf cfg.shell.zsh.enable {
programs.fzf.enable = true;
programs.zsh = {
enable = true;
autocd = true;