Add atuin for shell history

This commit is contained in:
Dave Gallant
2024-02-23 08:55:00 -05:00
parent cf545a0f91
commit cc5b9bb2c7
2 changed files with 2 additions and 4 deletions

View File

@@ -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 = {

View File

@@ -24,6 +24,7 @@ in {
zip
# modern cli
atuin
bat
eza
fd