diff --git a/.zshrc b/.zshrc index 07c406b..64e7f5f 100644 --- a/.zshrc +++ b/.zshrc @@ -174,7 +174,7 @@ if _cmd_exists kubectl; then alias k="kubectl" fi if _cmd_exists mise; then - alias x="mise x --" + alias mx="mise x --" alias mr="mise run --" fi if _cmd_exists terramate; then