aggiunto JMETER_HOME, configurato JAVA_HOME

This commit is contained in:
Fabio Scotto di Santolo
2020-06-07 11:08:27 +02:00
parent 560cc0d2ce
commit ccc7aaf17b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home
export JAVA_HOME
export JAVA_HOME=$(/usr/libexec/java_home -v 11)
export JAVA_HOME_13=$(/usr/libexec/java_home -v 13)

2
.profile.d/jmeter.sh Normal file
View File

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

2
.vimrc
View File

@@ -3,5 +3,3 @@ set number
set backupdir=~/.vim/backup,/tmp
set wrapscan
set guifont=Menlo\ for\ Powerline
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"