Fork me on GitHub
#emacs
<
2018-09-11
>
borkdude09:09:47

In my .zshenv I have some logging. This logging turns up in emacs when I do projectile-find-file. How can I suppress that? I tried using $INSIDE_EMACS but that won’t work

borkdude09:09:03

maybe I should log the stuff in zshenv somewhere else, but there’s only stdoud and stderr right

bozhidar12:09:01

What exactly are you logging? I can’t understand how the shell config is interfering with Projectile.

borkdude14:09:58

I’m just echoing something at the start of my zsh session, like:

$ zsh
Loading zsh config from Dropbox
Using LOCAL RabbitMQ
Using LOCAL database

vemv17:09:47

perhaps a workaround would be to rename .zshenv -> exports.sh, and source that from .zshrc

borkdude17:09:41

I already have that kind of setup. The logging happens in a sourced file.

borkdude14:09:13

and I’m seeing this in emacs when doing projectile-find-file