Commit db6db8f8 by James Roeder Committed by Sébastien Eustace

Removing setecho(False) for all shells (#1673)

* Removing setecho(False) for all shells

* Only setecho(False) for zsh
parent 945ca1d3
...@@ -58,7 +58,7 @@ class Shell: ...@@ -58,7 +58,7 @@ class Shell:
self._path, ["-i"], dimensions=(terminal.height, terminal.width) self._path, ["-i"], dimensions=(terminal.height, terminal.width)
) )
if not self._name == "bash": if self._name == "zsh":
c.setecho(False) c.setecho(False)
activate_script = self._get_activate_script() activate_script = self._get_activate_script()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment