Added the lg and lazygit into ZSH_COMMAND_TIME_EXCLUDE
This commit is contained in:
parent
06b6c7c490
commit
37245bb6b8
2
.zshrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user