From e3e5ea4669dcd845ba4421eba1839d77c57c5097 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Sun, 26 Mar 2023 12:27:24 -0500 Subject: [PATCH] jdk --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 02e9c46..962a3d6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -265,3 +265,4 @@ source $ZSH/oh-my-zsh.sh source ~/.bash_profile alias luamake=/luamake +export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"