Merge branch 'master' of pegas:ryuslash/dotfiles

This commit is contained in:
Tom Willemsen 2011-11-09 19:43:37 +01:00
commit 0e05a1049e

4
.zshrc
View file

@ -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