Created
March 24, 2015 07:16
-
-
Save fred/c0496e29d1f6ab58ea76 to your computer and use it in GitHub Desktop.
My ~/.config/fish/config.fish
This file contains 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
# ~/.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