[feature] add rs
as rm -rf
alias
This commit is contained in:
parent
860028d30a
commit
2e7ddcf800
|
@ -20,6 +20,7 @@ function ked { k edit deployment $args}
|
||||||
function kgp { k get pod -o 'custom-columns=NAME:.metadata.name,IMG:.spec.containers[*].image,STATUS:.status.phase' $args}
|
function kgp { k get pod -o 'custom-columns=NAME:.metadata.name,IMG:.spec.containers[*].image,STATUS:.status.phase' $args}
|
||||||
function kl { k logs -f --all-containers $args}
|
function kl { k logs -f --all-containers $args}
|
||||||
function issh { ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" $args }
|
function issh { ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" $args }
|
||||||
|
function rf { ri -Recurse -Force $args }
|
||||||
|
|
||||||
|
|
||||||
function dp {
|
function dp {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user