Commit Graph

7 Commits

Author SHA1 Message Date
Matt Tanous
f4fabebf39
Another fix for setting JAVA_HOME in fish shell (#134)
* Use fish builtin `realpath`

* Specify use of builtin fish realpath

* Add a second dirname for fish shell
2021-03-09 11:18:51 -05:00
Matt Tanous
0d213151d1
Use fish builtin realpath (#133)
* Use fish builtin `realpath`

* Specify use of builtin fish realpath
2021-03-08 11:26:25 -05:00
Jochen Schalanda
8dc2e74d6d
Remove surplus dirname in set-java-home.bash (#127)
* Remove surplus `dirname` in set-java-home.bash
* Remove surplus `dirname` in set-java-home.zsh
* Remove surplus `dirname` in set-java-home.fish

Refs #114
Closes #126
2021-02-08 11:51:26 -05:00
Fernando Crespo
e5e43b7214
Replace realpath occurrences with a custom function (#114)
* Replace realpath ocurrences with a custom function

* Shellcheck fix

* Add absolute_dir_path to set-java-home files
2021-02-04 22:05:49 -05:00
Anthony Ou
723f247f5e make set-java-home.fish export globally
This changes `set-java-home.fish` so it will globally export JAVA_HOME. 
Related to issue #85
2020-04-30 11:57:53 -04:00
Scott McLeod
e0a7114ef9 Update JAVA_HOME after changing java version 2020-04-13 15:42:30 -04:00
Jon Bramley
6629a626a7 Create version of set-java-home script for fish shell 2019-10-31 14:57:04 +00:00