From 37245bb6b8478834cb38fe8a4ac96ae334e322ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Wed, 27 Jul 2022 16:15:28 +0200 Subject: [PATCH] Added the lg and lazygit into ZSH_COMMAND_TIME_EXCLUDE --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a8b2488..f8f6637 100644 --- a/.zshrc +++ b/.zshrc @@ -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) +ZSH_COMMAND_TIME_EXCLUDE=(ranger git nvim fzf vim mcedit v ssh lg lazygit) export GPG_TTY=$(tty) # export TERM=xterm-256color