Add java home ☕
This commit is contained in:
parent
1f7368646d
commit
7e2ead9065
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -3,6 +3,8 @@ export EDITOR='nvim'
|
||||||
export VISUAL='nvim'
|
export VISUAL='nvim'
|
||||||
export TERMINAL='alacritty'
|
export TERMINAL='alacritty'
|
||||||
|
|
||||||
|
export JAVA_HOME='/usr/lib/jvm/java-18-openjdk'
|
||||||
|
|
||||||
USE_POWERLINE="true"
|
USE_POWERLINE="true"
|
||||||
setopt correct # Auto corect mistakes
|
setopt correct # Auto corect mistakes
|
||||||
setopt nobeep # No beep
|
setopt nobeep # No beep
|
||||||
|
|
Loading…
Reference in a new issue