diff --git a/.config/zsh/config/profile/profile/env.zsh b/.config/zsh/config/profile/profile/env.zsh index 0273ed6..be5f842 100644 --- a/.config/zsh/config/profile/profile/env.zsh +++ b/.config/zsh/config/profile/profile/env.zsh @@ -58,7 +58,7 @@ fi ### Java ### if [[ -r "${usr/libexec/java_home}" ]]; then - export JAVA_HOME="$(/usr/libexec/java_home)") + export JAVA_HOME="$(/usr/libexec/java_home)" fi ### Editor ###