Revert "Use fzf for searching zsh history"
This reverts commit 0bbd536e3e
.
This commit is contained in:
parent
a3bcd63b3d
commit
c8bc522268
|
@ -8,6 +8,7 @@
|
|||
|
||||
imports = [
|
||||
(import ./modules/neovim.nix { inherit inputs; })
|
||||
./modules/atuin.nix
|
||||
./modules/bat.nix
|
||||
./modules/bin.nix
|
||||
./modules/direnv.nix
|
||||
|
|
6
lib/shared/modules/atuin.nix
Normal file
6
lib/shared/modules/atuin.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
|
@ -300,7 +300,6 @@
|
|||
name = "plugin/vi-mode";
|
||||
tags = [ "from:oh-my-zsh" ];
|
||||
}
|
||||
{ name = "joshskidmore/zsh-fzf-history-search"; }
|
||||
{ name = "zsh-users/zsh-completions"; }
|
||||
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue