added come tutos about server, and configuration in zshrc but it should not be made globale

This commit is contained in:
asus
2024-06-12 11:27:22 +02:00
parent 66d9b54209
commit 77f1e7467d
2 changed files with 24 additions and 0 deletions

View File

@@ -208,3 +208,9 @@ export NVM_DIR="$HOME/.nvm"
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
export EDITOR="code --wait"
# for openJDK
#export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH