Add plugin in zsh configuration and move linux configuration under folder
This commit is contained in:
4
linux/.profile.d/go.sh
Normal file
4
linux/.profile.d/go.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export GOPATH=$HOME/.local/share/Go
|
||||
export GOBIN=$GOPATH/bin
|
||||
1
linux/.profile.d/graalvm.sh
Normal file
1
linux/.profile.d/graalvm.sh
Normal file
@@ -0,0 +1 @@
|
||||
export GRAALVM_HOME="${SDKMAN_DIR}/candidates/java/current"
|
||||
1
linux/.profile.d/java.sh
Normal file
1
linux/.profile.d/java.sh
Normal file
@@ -0,0 +1 @@
|
||||
export JAVA_HOME="$SDKMAN_CANDIDATES_DIR/java/current"
|
||||
2
linux/.profile.d/jmeter.sh
Normal file
2
linux/.profile.d/jmeter.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
export JMETER_HOME=`which jmeter`
|
||||
|
||||
Reference in New Issue
Block a user