Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
anlutro committed Apr 9, 2024
1 parent 3d6ce40 commit 3e2fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/shell/shrc.d/kubernetes.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

function kubectx {
kubectl config use-context $(kubectl config get-contexts --output=name | fzf)
kubectl config use-context "$(kubectl config get-contexts --output=name | fzf)"
}

0 comments on commit 3e2fa39

Please sign in to comment.