mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
5 lines
74 B
Fish
5 lines
74 B
Fish
|
# Defined interactively
|
||
|
function kbash
|
||
|
kubectl exec $argv -it -- bash
|
||
|
end
|