summarylogtreecommitdiffstats
path: root/autoenv.install
blob: 94c7e6a8007ba1088a689030230eee2cda250d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "Before using this you need to add it to your .bashrc or .zshrc"
  echo
  echo "For Bash:"
  echo "echo 'source /usr/share/autoenv-git/activate.sh' >> ~/.bashrc && source ~/.bashrc"
  echo
  echo "For ZSH:"
  echo "echo 'source /usr/share/autoenv-git/activate.sh' >> ~/.zshrc && source ~/.zshrc"
  echo 
  echo "Note: Autoenv overrides cd. If you already do this, invoke autoenv_init within your custom cd after sourcing activate.sh."
}