Reassign "mk" alias from "make" to "minikube", use "ma" for "make"

This commit is contained in:
2017-12-11 10:49:06 +00:00
parent 8cfb3cfc3b
commit 88c850d6d3
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
alias kc="kubectl"
alias hl="helm"
alias mk="minikube"
if command -v kubectl > /dev/null; then
eval "$(kubectl completion zsh)"