Add preexec function to print a newline

This commit is contained in:
Eryn Wells 2012-10-01 11:49:58 -07:00
parent c72c7d2778
commit b9284b55bf

7
zshrc
View file

@ -66,6 +66,13 @@ $PROMPT_LINE"
precmd_functions=(precmd_xterm_title precmd_info precmd_git_prompt)
preexec_newline()
{
echo
}
preexec_functions=(preexec_newline)
print_info_sub_noisy 2 'Setting options'
# Shell options
setopt \