mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-31 09:42:38 +01:00
4 lines
61 B
Fish
4 lines
61 B
Fish
|
function kctx --wraps='kubectl ctx'
|
||
|
kubectl ctx $argv;
|
||
|
end
|