From 086073b8b0090390e12adcacf1500a4df16402e2 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 00:24:20 -0500 Subject: [PATCH] fix: remove syntax error --- .config/zsh/config/profile/profile/env.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###