Tarrasch / zsh-autoenv

Autoenv for zsh
698 stars 30 forks source link

Write _autoenv_check_authorized_env_file to stderr #35

Closed blueyed closed 9 years ago

blueyed commented 9 years ago

stdout might be redirected, e.g. with "cd - >/dev/null", and this message should appear in stderr probably anyway.

I've tried to add a test for this, by redirecting stdout in .zshenv, but cram does not handle this well (and appears to redirect stderr to stdout anyway).

Tarrasch commented 9 years ago

LGTM