Skip to content

Instantly share code, notes, and snippets.

@snize
Created May 31, 2013 02:47
Show Gist options
  • Save snize/5682682 to your computer and use it in GitHub Desktop.
Save snize/5682682 to your computer and use it in GitHub Desktop.
Settings for fish-shell ~/.config/fish/config.fish
# homebrew
set -x PATH /usr/local/bin /usr/local/sbin $PATH
# phpenv
#eval "$(phpenv init -)"
set -x PATH $HOME/.phpenv/bin $PATH
set -x PATH $HOME/.phpenv/shims $PATH
phpenv rehash >/dev/null ^&1
# rbenv
#eval "$(rbenv init -)";
set -x PATH $HOME/.rbenv/bin $PATH
set -x PATH $HOME/.rbenv/shims $PATH
rbenv rehash >/dev/null ^&1
# npm
#export PATH="/usr/local/share/npm/bin:$PATH"
set -x PATH /usr/local/share/npm/bin $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment