Skip to content

Instantly share code, notes, and snippets.

@fred
Created March 24, 2015 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fred/c0496e29d1f6ab58ea76 to your computer and use it in GitHub Desktop.
Save fred/c0496e29d1f6ab58ea76 to your computer and use it in GitHub Desktop.
My ~/.config/fish/config.fish
# ~/.config/fish/config.fish
# for mate and subl
set PATH $HOME/bin $PATH
set PATH /usr/local/bin /usr/local/sbin $PATH
# RBENV
set PATH $HOME/.rbenv/bin $PATH
set PATH $HOME/.rbenv/shims $PATH
rbenv rehash >/dev/null ^&1
# X11
set PATH $PATH /opt/X11/bin
# Android tools, adb and fastboot
set PATH $PATH /usr/local/android-sdk-macosx/tools
set PATH $PATH /usr/local/android-sdk-macosx/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment