Don't source zshrc in emacs open.

This commit is contained in:
Ivan Malison 2014-11-23 14:23:09 -08:00
parent 04a5a735f8
commit c8c00481a8

View File

@ -8,7 +8,7 @@ function e {
} }
function cocoa_emacs { function cocoa_emacs {
reattach-to-user-namespace zsh -c 'source ~/.zshrc && _emacs -c -n "$@"' reattach-to-user-namespace zsh -c '_emacs -c -n "$@"'
} }
function _emacs { function _emacs {