Skip to content

Instantly share code, notes, and snippets.

@keepzero
Last active May 25, 2017 11:34
Show Gist options
  • Save keepzero/b69a95727214b39050ef3ba98811965f to your computer and use it in GitHub Desktop.
Save keepzero/b69a95727214b39050ef3ba98811965f to your computer and use it in GitHub Desktop.
dotConfig
/usr/local/bin
/opt/bin
/usr/bin
/bin
/usr/sbin
/sbin
set fish_greeting 'Talk is cheap. Show me the code.'
set -gx GOROOT /opt/go
set -gx GOPATH $HOME/develop/go
set -gx GOBIN $HOME/.local/bin
set -gx PATH $HOME/.local/bin $HOME/Library/Python/2.7/bin $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment