1#!/usr/bin/env nu 2 3# Switch the Kubernetes context with the magic of FZF. 4kubectl config use-context (kubectl config get-contexts -o=name | fzf --height=30% --reverse)