Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uncomfyhalomacro/41ee5a17bcac6ce03ad511affbbd479d to your computer and use it in GitHub Desktop.
Save uncomfyhalomacro/41ee5a17bcac6ce03ad511affbbd479d to your computer and use it in GitHub Desktop.
Setting Executables From Gem, PIP, etc. in fish
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