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

autoenv running on all directories in parent #228

Open
ashtonian opened this issue Jun 26, 2023 · 0 comments
Open

autoenv running on all directories in parent #228

ashtonian opened this issue Jun 26, 2023 · 0 comments
Labels

Comments

@ashtonian
Copy link

ashtonian commented Jun 26, 2023

Platform
Installed this morning via brew install autoenv --head

  • Operating system and version? Ventura 13.4 on M2
  • Shell and version? ZSH + OMZ + Plugins
  • my .zshrc

Describe the bug

Whenever I cd or jump into a directory autoenv runs on every parent directory. I'm assuming this is a conflict with another plugin but I'm not sure which one - maybe auto-color-ls. Any ideas?

cd Projects
 projects/                                  ✔  11:53:09   ▓▒░

       charts/
       lab/
       notes/
       patchy/
       .DS_Store
       rank-amateur-cowsay-master.zip
shasum:        var : No such file or directory
autoenv_source:.:6: no such file or directory:        var
shasum:        tmp : No such file or directory
autoenv_source:.:6: no such file or directory:        tmp
shasum:        home : No such file or directory
autoenv_source:.:6: no such file or directory:        home
shasum:        etc : No such file or directory
autoenv_source:.:6: no such file or directory:        etc
shasum:        .file : No such file or directory
autoenv_source:.:6: no such file or directory:        .file
shasum:        .VolumeIcon.icns : No such file or directory
autoenv_source:.:6: no such file or directory:        .VolumeIcon.icns
shasum:        usr/: No such file or directory
autoenv_source:.:6: no such file or directory:        usr/
shasum:        sbin/: No such file or directory
autoenv_source:.:6: no such file or dir

Expected behavior

Only to run on current directory.

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

No branches or pull requests

1 participant