summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-09 19:50:55 +0100
committerGravatar Tom Willemsen2011-11-09 19:50:55 +0100
commitfecf3d2d017fc55b4c211786459c4e58cfd74c1c (patch)
tree30dcdb8ba8fa236f7296a65a6b8651053ae0b38b /.zshrc
parent2827de8b29b3d3e47069a30ee51b96760c4e1a4d (diff)
downloaddotfiles-fecf3d2d017fc55b4c211786459c4e58cfd74c1c.tar.gz
dotfiles-fecf3d2d017fc55b4c211786459c4e58cfd74c1c.zip
Don't run toudou all the time
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 9204a7e..8219d30 100644
--- a/.zshrc
+++ b/.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