alias on zsh
When I open a terminal and type alias I see a list of commands. for example
kr=kubectl
I do not see this defined in /Users/xxx/.zshrc file and when i overwrite it in .zshrc file with below command, this does not work in terminal.
alias kr=kubectl -n runner
I want kr to alias with kubectl -n runner but it's currently set to kubectl not sure where is it being set. I want to delete kr=kubectl and set kr=kubectl -n runner.
Help please.
MacBook Pro 13″, macOS 12.4