Add plugin in zsh configuration and move linux configuration under folder

This commit is contained in:
Fabio Scotto di Santolo
2023-04-02 15:48:31 +02:00
parent 296d40d990
commit 4b9fa5e6bc
12 changed files with 260 additions and 15 deletions

4
linux/.profile.d/go.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
export GOPATH=$HOME/.local/share/Go
export GOBIN=$GOPATH/bin

View File

@@ -0,0 +1 @@
export GRAALVM_HOME="${SDKMAN_DIR}/candidates/java/current"

1
linux/.profile.d/java.sh Normal file
View File

@@ -0,0 +1 @@
export JAVA_HOME="$SDKMAN_CANDIDATES_DIR/java/current"

View File

@@ -0,0 +1,2 @@
export JMETER_HOME=`which jmeter`