added shortcut for helm --tls

This commit is contained in:
hophacker 2019-03-12 16:30:22 +08:00 committed by hophacker
parent 9137bf1c10
commit ff4bbeecce

View File

@ -149,3 +149,7 @@ function gitcopy() {
project_name=`echo $prefix | sed -E 's/.*\/(.*)/\1/'` project_name=`echo $prefix | sed -E 's/.*\/(.*)/\1/'`
git log $commit --pretty="* [$project_name]($prefix/commit/%H) %an: **%s**" | head -n $n | tee >(pbcopy) git log $commit --pretty="* [$project_name]($prefix/commit/%H) %an: **%s**" | head -n $n | tee >(pbcopy)
} }
function h() {
helm $* --tls
}