mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add atuin for shell history
This commit is contained in:
@@ -146,11 +146,9 @@ in {
|
|||||||
alias xdg-open=open
|
alias xdg-open=open
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# helm
|
|
||||||
source <(helm completion zsh)
|
source <(helm completion zsh)
|
||||||
|
|
||||||
# kubectl
|
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
# kubecolor
|
# kubecolor
|
||||||
source <(kubectl completion zsh)
|
source <(kubectl completion zsh)
|
||||||
@@ -363,7 +361,6 @@ in {
|
|||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
|
@@ -27,19 +27,20 @@ in {
|
|||||||
bat
|
bat
|
||||||
eza
|
eza
|
||||||
fd
|
fd
|
||||||
unstable.github-cli
|
|
||||||
progress
|
|
||||||
hadolint
|
hadolint
|
||||||
nodePackages.eslint
|
nodePackages.eslint
|
||||||
oha
|
oha
|
||||||
pre-commit
|
pre-commit
|
||||||
|
progress
|
||||||
ripgrep
|
ripgrep
|
||||||
yq-go
|
|
||||||
shellcheck
|
shellcheck
|
||||||
shfmt
|
shfmt
|
||||||
starship
|
starship
|
||||||
tldr
|
tldr
|
||||||
tmux-sessionizer
|
tmux-sessionizer
|
||||||
|
unstable.atuin
|
||||||
|
unstable.github-cli
|
||||||
|
yq-go
|
||||||
|
|
||||||
# containers
|
# containers
|
||||||
krew
|
krew
|
||||||
|
Reference in New Issue
Block a user