mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add helmtmp alias for helm template . | bat -l yaml
This commit is contained in:
parent
a667bc5baa
commit
f6344059bc
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue