Skip to content

Commit

Permalink
fix(functions): mvn to load jenv
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Mar 20, 2024
1 parent 101f491 commit dd3fd21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ java() {
lazy_jenv
java $@
}
mvn() {
lazy_jenv
mvn $@
}

# Create a new directory and enter it
function mkd() {
Expand Down

0 comments on commit dd3fd21

Please sign in to comment.