summarylogtreecommitdiffstats
path: root/autoenv.install
diff options
context:
space:
mode:
Diffstat (limited to 'autoenv.install')
-rw-r--r--autoenv.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/autoenv.install b/autoenv.install
new file mode 100644
index 000000000000..e4363ea490d0
--- /dev/null
+++ b/autoenv.install
@@ -0,0 +1,13 @@
+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."
+}
+
+