mirror of
https://github.com/davegallant/nix-config
synced 2025-10-06 12:36:01 +00:00
Compare commits
1 Commits
main
...
cc5b9bb2c7
Author | SHA1 | Date | |
---|---|---|---|
|
cc5b9bb2c7 |
@@ -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 = {
|
||||||
|
@@ -24,6 +24,7 @@ in {
|
|||||||
zip
|
zip
|
||||||
|
|
||||||
# modern cli
|
# modern cli
|
||||||
|
atuin
|
||||||
bat
|
bat
|
||||||
eza
|
eza
|
||||||
fd
|
fd
|
||||||
|
Reference in New Issue
Block a user