Use fzf for searching zsh history
This commit is contained in:
parent
5897faed0c
commit
0bbd536e3e
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
programs.atuin = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -263,6 +263,7 @@
|
||||||
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 = "mollifier/cd-gitroot"; }
|
{ name = "mollifier/cd-gitroot"; }
|
||||||
{ name = "zsh-users/zsh-completions"; }
|
{ name = "zsh-users/zsh-completions"; }
|
||||||
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
{ name = "zsh-users/zsh-syntax-highlighting"; }
|
||||||
|
|
Loading…
Reference in a new issue