Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.out does not seem to be executed #25

Closed
ghost opened this issue Apr 18, 2020 · 0 comments
Closed

.out does not seem to be executed #25

ghost opened this issue Apr 18, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 18, 2020

I have very simple .in and .out in the same directory.

% cat .in
echo 'autoenv: in'
% cat .out
echo 'autoenv: out'
%

Content of .out never seems to be executed:

~ ❯ zsh -f -d
% source ~/.local/share/zsh/bundle/zpm-zsh/colors/colors.plugin.zsh
% source ~/.local/share/zsh/bundle/zpm-zsh/autoenv/autoenv.plugin.zsh
% cd Sites/foo/

> WARNING
> This is the first time you are about to source "/Users/user/Sites/foo/.in"

----------------

echo 'autoenv: in'
----------------

Are you sure you want to allow this? (y/N) y
autoenv: in
% cd ..
%

ZSH version is zsh 5.8 (x86_64-apple-darwin19.3.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants