Added more TIME_EXCLUDE in zsh
This commit is contained in:
parent
88eee34f65
commit
c58ea889b2
2
.zshrc
2
.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.
|
# If command execution time above min. time, plugins will not output time.
|
||||||
ZSH_COMMAND_TIME_MIN_SECONDS=10
|
ZSH_COMMAND_TIME_MIN_SECONDS=10
|
||||||
ZSH_COMMAND_TIME_MSG="Execution time: %s sec"
|
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 GPG_TTY=$(tty)
|
||||||
# export TERM=xterm-256color
|
# export TERM=xterm-256color
|
||||||
|
Loading…
Reference in New Issue
Block a user