mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Update kbash and kdjango to use kubectl plugins
This commit is contained in:
parent
f9b2a74d86
commit
ae6fbc1518
2 changed files with 4 additions and 2 deletions
3
dot_config/fish/private_functions/kdjango.fish
Normal file
3
dot_config/fish/private_functions/kdjango.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function kdjango
|
||||
kubectl django $argv
|
||||
end
|
|
@ -1,4 +1,3 @@
|
|||
# Defined interactively
|
||||
function kbash
|
||||
kubectl exec $argv -it -- bash
|
||||
kubectl $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue