Skip to content

Instantly share code, notes, and snippets.

View chrismacp's full-sized avatar

Chris MacPherson chrismacp

View GitHub Profile
@chrismacp
chrismacp / gist:fe681ead01767439487d436f4277a362
Created February 12, 2019 13:42
How to get jEnv working in Fish shell
# 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