fish, zsh: functions
This commit is contained in:
parent
a8e215506a
commit
1dc616297a
6 changed files with 53 additions and 37 deletions
3
cli/.config/fish/functions/kshell.fish
Normal file
3
cli/.config/fish/functions/kshell.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function kshell
|
||||
command kubectl exec -n "$1" --stdin --tty "$2" -- /bin/sh
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue