View gist:fe681ead01767439487d436f4277a362
# 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 |