Created by: hwartig
Due to changes in the way fish handles variable lookup the fish autojump integration stopped working with fish version 2.3. (d5f3a09 might be the offending commit).
By exporting the needed variables globally it works also with fish 2.3.
This PR should fix https://github.com/wting/autojump/issues/423