Skip to content

Commit

Permalink
feat(bolt): add k9s to nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored and NathanFlurry committed Jul 3, 2024
1 parent 3107981 commit 86b2b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ in
# Kubernetes tools
k3d
kubectl
k9s
kubernetes-helm

# Clouds
Expand Down Expand Up @@ -104,6 +105,7 @@ in
# Automatically connect to correct cluster
alias kubectl='KUBECONFIG=$(get_config) && export KUBECONFIG && kubectl'
alias k9s='KUBECONFIG=$(get_config) && export KUBECONFIG && k9s'
alias helm='KUBECONFIG=$(get_config) && export KUBECONFIG && helm'
get_config() {
Expand Down

0 comments on commit 86b2b21

Please sign in to comment.