Skip to content

Commit

Permalink
[home][base] Add kubecolor and k alias
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed Aug 27, 2024
1 parent 60ee3df commit 3475bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/home/base/base/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
go # Programming language
htop # Interactive process viewer
hyperfine # CLI benchmarking tool
kubecolor # Colorize kubectl output
kubectl # Kubernetes CLI
mosh # Mobile shell
mpv # Media player
Expand Down
2 changes: 2 additions & 0 deletions nix/home/base/base/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
v = "$EDITOR";
d = "docker";
dc = "docker-compose";
k = "kubectl";
kubectl = "kubecolor";
};
envExtra = ''
# Set editor to neovim
Expand Down

0 comments on commit 3475bbb

Please sign in to comment.