Skip to content

Instantly share code, notes, and snippets.

@davidbarsky
Last active August 29, 2015 14:07
Show Gist options
  • Save davidbarsky/ca641ae4485b69599c36 to your computer and use it in GitHub Desktop.
Save davidbarsky/ca641ae4485b69599c36 to your computer and use it in GitHub Desktop.
Fish Config
set -x PATH /usr/local/bin $PATH
# rbenv
set PATH $HOME/.rbenv/bin $PATH
set PATH $HOME/.rbenv/shims $PATH
# editor
set -x VISUAL "atom"
fish_vi_mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment