Skip to content

Commit

Permalink
[zsh]: Add make lint alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Nov 29, 2022
1 parent 375ff70 commit d4f13ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ alias mt="mix test"

alias mk=make
alias mkh="make help"
alias mkl="make lint"
alias mkc="make clean"
alias mkr="make run"
alias mkt="make test"
Expand Down

0 comments on commit d4f13ed

Please sign in to comment.