dots/configs/fish/functions/_pure_k8s_context.fish
2025-09-01 12:10:36 -04:00

3 lines
78 B
Fish

function _pure_k8s_context
kubectl config current-context 2>/dev/null
end