Update fish configuration

- Add OS-specific config files
- Set JAVA_HOME automatically on OS X
- Disable fish greeting banner
This commit is contained in:
2016-04-29 15:12:25 -07:00
parent 7018833fa1
commit 18e4bce122
2 changed files with 14 additions and 0 deletions

1
fish/osx.fish Normal file
View File

@@ -0,0 +1 @@
set -x JAVA_HOME (/usr/libexec/java_home)