(mirror) personal dotfiles github.com/crescentrose/dotfiles
at main 4 lines 168 B view raw
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)