From b9284b55bf90277e2a4a2ce8c112fbffb6732cce Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 1 Oct 2012 11:49:58 -0700 Subject: [PATCH] Add preexec function to print a newline --- zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zshrc b/zshrc index c5283fc..0879cc4 100644 --- a/zshrc +++ b/zshrc @@ -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 \