我可以用 bash 隐藏终端中写的内容
stty -echo
然而,这对 zsh 不起作用:运行此命令不会改变输出
stty -a
stty -echofor zsh的等效命令是什么?
zsh stty
stty ×1
zsh ×1