added shortcut for helm --tls
This commit is contained in:
parent
9137bf1c10
commit
ff4bbeecce
@ -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
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user