From c58ea889b2ed785fad4e2badc0f8f04c5f0cb356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 19 Jun 2022 00:13:30 +0200 Subject: [PATCH] Added more TIME_EXCLUDE in zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9f81e1b..96010a3 100644 --- a/.zshrc +++ b/.zshrc @@ -42,7 +42,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=(vim mcedit) +ZSH_COMMAND_TIME_EXCLUDE=(ranger git nvim fzf vim mcedit v ssh) export GPG_TTY=$(tty) # export TERM=xterm-256color