mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-04-13 13:14:37 +02: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
dot_config/fish/private_functions
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
|
function kbash
|
||||||
kubectl exec $argv -it -- bash
|
kubectl $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue