Skip to content

Commit

Permalink
Update alias for 'x' command to 'mx' in .zshrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Nov 5, 2024
1 parent 04f2cb8 commit 165d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 165d113

Please sign in to comment.