我需要实时时钟提示,所以我启用 trap with zle reset-prompt
,这导致 tmux-logging 继续捕获像输入 with TMOUT=1
- 每个 1s 导致像新行,我在日志文件中有一堆这些行:
[user@localhost ~]
[user@localhost ~]
[user@localhost ~]
[user@localhost ~]
我怎样才能避免这种情况呢?让 tmux-logging 忽略陷阱/重置提示?
我需要实时时钟提示,所以我启用 trap with zle reset-prompt
,这导致 tmux-logging 继续捕获像输入 with TMOUT=1
- 每个 1s 导致像新行,我在日志文件中有一堆这些行:
[user@localhost ~]
[user@localhost ~]
[user@localhost ~]
[user@localhost ~]
我怎样才能避免这种情况呢?让 tmux-logging 忽略陷阱/重置提示?