From cc5b9bb2c796ab0dd38f8017ff6a6b92daa55dc7 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 23 Feb 2024 08:55:00 -0500 Subject: [PATCH] Add atuin for shell history --- home/default.nix | 5 +---- modules/packages/common.nix | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/default.nix b/home/default.nix index 4763fe3..22b70a0 100644 --- a/home/default.nix +++ b/home/default.nix @@ -146,11 +146,9 @@ in { alias xdg-open=open fi - # helm source <(helm completion zsh) - - # kubectl source <(kubectl completion zsh) + eval "$(atuin init zsh)" # kubecolor source <(kubectl completion zsh) @@ -363,7 +361,6 @@ in { fzf = { enable = true; - enableZshIntegration = true; }; nixvim = { diff --git a/modules/packages/common.nix b/modules/packages/common.nix index fae2c8d..a45a9d5 100644 --- a/modules/packages/common.nix +++ b/modules/packages/common.nix @@ -24,6 +24,7 @@ in { zip # modern cli + atuin bat eza fd