Discussion:
[iterm2-discuss] How to disable or uninstall shell integration in v3?
Doug Poland
2016-06-07 14:30:21 UTC
Permalink
The subject says it all...
--
You received this message because you are subscribed to the Google Groups "iterm2-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iterm2-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
George Nachman
2016-06-07 16:43:01 UTC
Permalink
Look in your ~/.profile, ~/.bash_profile, ~/.login, ~/.zshrc, or
~/.config/fish/config.fish (which file it's in depends on what shell you
use) for a line like this:

test -e "${HOME}/.iterm2_shell_integration.bash" && source
"${HOME}/.iterm2_shell_integration.bash"

And remove it.
Post by Doug Poland
The subject says it all...
--
You received this message because you are subscribed to the Google Groups
"iterm2-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "iterm2-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iterm2-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Doug Poland
2016-06-07 17:26:29 UTC
Permalink
Thanks!
Post by Doug Poland
The subject says it all...
--
You received this message because you are subscribed to the Google Groups "iterm2-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iterm2-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...