tmux — disable echo of last run command?
问题 I started using tmux recently and things are good except for the fact that tmux prints out my last run command before output, e.g.: ~ $ pwd pwd/Users/me You can see that it put "pwd" before the directory there, which is annoying. My shell(zsh) doesn't do this when I run commands outside of tmux. show-environment -g doesn't reveal any weird options being passed to zsh or anything: SHELL=/bin/zsh I read through the manpage and Googled around but I can't find anything. Thanks for any help! 回答1: