Revert "Use fzf for searching zsh history"

This reverts commit 0bbd536e3e.
This commit is contained in:
Oliver Davies 2024-06-01 14:38:55 +01:00
parent a3bcd63b3d
commit c8bc522268
3 changed files with 7 additions and 1 deletions

View file

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

View file

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

View file

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