So, I'm not sure this is an Ansible issue, but it might be, and I bet some of you could help me fix it anyway.
I'm running Ansible from source. As described here http://docs.ansible.com/intro_installation.html#running-from-source I have the repo in ~/vendor/ansible A while back, after updating to the latest code, my terminals started cd'ing into ~/vendor/ansible whenever I created a new terminal. It does this because I have my .zshrc file set up to automatically run ```source ./hacking/env-setup```. Basically, I don't want to have to run that command every time I reboot my machine. First, is that the behaviour that the env-setup script is supposed display? Second, is there a better way to run the source command automatically? Maybe some kind of if statement in my zshrc file that checks to make sure the hacking settings have been applied? Thanks! I'm using Ubuntu 14.04, Terminator, and Zsh, if it matters. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/15cdb9b1-3859-473f-9c00-51d5674a9419%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
