Add emacsclient as $EDITOR.

This commit is contained in:
josiah 2020-05-01 23:07:10 -05:00
parent e04abc8a73
commit 3f9efd42df

View File

@ -16,6 +16,7 @@ export PATH=/usr/local/share/python:$PATH
export PATH=/Users/jowj/Library/Python/3.6/bin:$PATH
export PATH=/home/josiah/.local/bin:$PATH
export PATH=/home/josiah/.gem/ruby/2.6.0/bin:$PATH
export EDITOR=emacsclient
# blatantly steal micah's ls aliases because they make SO MUCH SENSE omg.
alias python="python3"