Added to `ZSH_COMMAND_TIME_EXCLUDE` a `tmux`

This commit is contained in:
Marcin Woźniak 2022-09-10 14:01:41 +02:00
parent 7d0d20779d
commit 9662367dad
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -47,7 +47,7 @@ FPATH=/usr/local/share/zsh/site-functions:$FPATH
# If command execution time above min. time, plugins will not output time.
ZSH_COMMAND_TIME_MIN_SECONDS=10
ZSH_COMMAND_TIME_MSG="Execution time: %s sec"
ZSH_COMMAND_TIME_EXCLUDE=(ranger git nvim fzf vim mcedit v ssh lg lazygit)
ZSH_COMMAND_TIME_EXCLUDE=(ranger git nvim fzf vim mcedit v ssh lg lazygit tmux)
export GPG_TTY=$(tty)
# export TERM=xterm-256color