Created
October 15, 2020 03:22
-
-
Save uncomfyhalomacro/41ee5a17bcac6ce03ad511affbbd479d to your computer and use it in GitHub Desktop.
Setting Executables From Gem, PIP, etc. in fish
This file contains hidden or 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
set -Ux fish_user_paths (ruby -e 'print Gem.user_dir')/bin $fish_user_paths # for gems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment