summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-09 19:43:37 +0100
committerGravatar Tom Willemsen2011-11-09 19:43:37 +0100
commit0e05a1049e8d820d8a5c6ec68b60d2b4d5848ff7 (patch)
treeadfe3b28759a347bb26aebc1e402ef651599547c /.zshrc
parente31350bfe891d024588bc32b6dfee27b30d68364 (diff)
parentfecf3d2d017fc55b4c211786459c4e58cfd74c1c (diff)
downloaddotfiles-0e05a1049e8d820d8a5c6ec68b60d2b4d5848ff7.tar.gz
dotfiles-0e05a1049e8d820d8a5c6ec68b60d2b4d5848ff7.zip
Merge branch 'master' of pegas:ryuslash/dotfiles
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index a26a701..5d7adff 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 "$(~/.rootname.scm)")%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