Skip to content

Instantly share code, notes, and snippets.

@edrpls
Created April 8, 2016 16:08
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 edrpls/56bad14d67c1161ba5a77539a54b999b to your computer and use it in GitHub Desktop.
Save edrpls/56bad14d67c1161ba5a77539a54b999b to your computer and use it in GitHub Desktop.
set -xg EDITOR vim
set -xg NODE_ENV development
set -gx FZF_DEFAULT_COMMAND 'ag -l -g ""'
#set -x PATH /usr/local/opt/go/libexec/bin $PATH
#set -x GOPATH $HOME/go
#set -x GOROOT /usr/local/opt/go/libexec
#set -x PATH $PATH $GOPATH/bin
#set -x PATH $PATH $GOROOT/bin
alias gitst "git status"
alias git "hub"
alias gitpr "git pull-request"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment