We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is what I did:
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
.zshrc
source ~/.zplug/init.zsh zplug "Tarrasch/zsh-autoenv" zplug load --verbose
.autoenv.zsh
~/project
echo 'Hello world!'
Then when I cd ~/project folder, nothing happened. Can anybody tell what I did wrongly? Thanks.
cd ~/project
The text was updated successfully, but these errors were encountered:
Try export AUTOENV_DEBUG=1 (up to 3) to see if it does anything. It should ask for confirmation when sourcing it the first time.
export AUTOENV_DEBUG=1
Sorry, something went wrong.
I add export AUTOENV_DEBUG=1 in .zshrc. When I open a new shell, it shows:
[zplug] Loaded from cache (/Volumes/T7/Users/xxxxx/.zplug/cache) [zplug] Run compinit
But when I cd ~/projects, nothing happened.
cd ~/projects
No branches or pull requests
This is what I did:
.zshrc
:.autoenv.zsh
in my folder, for example,~/project
folderThen when I
cd ~/project
folder, nothing happened. Can anybody tell what I did wrongly? Thanks.The text was updated successfully, but these errors were encountered: