From 8cd48848dd083d13320c7998e826ffe424ecb090 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 | 7 ++++--- 2 files changed, 5 insertions(+), 7 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..6b21a14 100644 --- a/modules/packages/common.nix +++ b/modules/packages/common.nix @@ -27,19 +27,20 @@ in { bat eza fd - unstable.github-cli - progress hadolint nodePackages.eslint oha pre-commit + progress ripgrep - yq-go shellcheck shfmt starship tldr tmux-sessionizer + unstable.atuin + unstable.github-cli + yq-go # containers krew