mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-02-23 13:01:46 +01:00
3 lines
61 B
Fish
3 lines
61 B
Fish
function kctx --wraps='kubectl ctx'
|
|
kubectl ctx $argv;
|
|
end
|