Don't run toudou all the time
This commit is contained in:
parent
2827de8b29
commit
fecf3d2d01
1 changed files with 0 additions and 4 deletions
4
.zshrc
4
.zshrc
|
@ -65,7 +65,6 @@ typeset -ga chpwd_functions
|
|||
preexec_functions+='preexec_update_git_vars'
|
||||
precmd_functions+='precmd_update_git_vars'
|
||||
chpwd_functions+='chpwd_update_git_vars'
|
||||
chpwd_functions+='chpwd_show_todo'
|
||||
|
||||
# Set the prompt.
|
||||
PROMPT='%{${fg[black]}%}%B$(line "$(date +%d-%m-%Y\ %H:%M)")%b%{${fg[default]}%}
|
||||
|
@ -110,6 +109,3 @@ if [ -z $EMACS ]; then
|
|||
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=blue'
|
||||
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=blue'
|
||||
fi
|
||||
|
||||
# Execute at startup
|
||||
chpwd_show_todo
|
||||
|
|
Loading…
Reference in a new issue