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