This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Docs say to add something like this to bash profile: | |
# $ eval "$(jenv init -)"; | |
# This doesn't work with fish | |
# If you just manually run... | |
# | |
# $ jenv init - | |
# | |
# ...then it shows you the content that would be eval'd |