Use fzf for searching zsh history

This commit is contained in:
Oliver Davies 2024-04-19 21:37:39 +01:00
parent 5897faed0c
commit 0bbd536e3e
3 changed files with 1 additions and 7 deletions

View file

@ -8,7 +8,6 @@
imports = [
(import ./modules/neovim.nix { inherit inputs; })
./modules/atuin.nix
./modules/bat.nix
./modules/bin.nix
./modules/direnv.nix

View file

@ -1,6 +0,0 @@
{
programs.atuin = {
enable = true;
enableZshIntegration = true;
};
}

View file

@ -263,6 +263,7 @@
name = "plugin/vi-mode";
tags = [ "from:oh-my-zsh" ];
}
{ name = "joshskidmore/zsh-fzf-history-search"; }
{ name = "mollifier/cd-gitroot"; }
{ name = "zsh-users/zsh-completions"; }
{ name = "zsh-users/zsh-syntax-highlighting"; }