From 7e2ead90651e3de0fb4bc19add4789095c2970c2 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 1 May 2022 00:14:35 +0200 Subject: [PATCH] =?UTF-8?q?Add=20java=20home=20=E2=98=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 7fa0c80..ecdec3a 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,8 @@ export EDITOR='nvim' export VISUAL='nvim' export TERMINAL='alacritty' +export JAVA_HOME='/usr/lib/jvm/java-18-openjdk' + USE_POWERLINE="true" setopt correct # Auto corect mistakes setopt nobeep # No beep