Zsh alias shows part of command
grep kga ~/.zsh alias kga=’kubectl get all,ingress’ When trying alias kga, it does not work. It shows only the all not the ingress. If i simply enter `kubernetes get all,ing’ it does work. My other aliases in .zsh do work and i sourced the .zsh file before to try it or after every update. linux […]