add helmtmp alias for helm template . | bat -l yaml

This commit is contained in:
JesseBot 2024-03-24 13:14:30 +01:00
parent a667bc5baa
commit f6344059bc

View file

@ -127,3 +127,6 @@ function khelp {
function kns() {
kubecolor config set-context $(kubecolor config current-context) --namespace=$1
}
# helm shortcuts
alias helmtmp='helm template . | bat -l yaml'