Add EDITOR

This commit is contained in:
takiy33 2016-09-11 22:53:08 +09:00
parent c5d89c5476
commit 22720b7d63

View file

@ -16,6 +16,7 @@ eval "$(rbenv init -)"
export PGDATA=/usr/local/var/postgres
export GOPATH=$HOME/.go
export EDITOR=atom
alias g='git'
alias bi='bundle install'