Add preexec function to print a newline
This commit is contained in:
parent
c72c7d2778
commit
b9284b55bf
1 changed files with 7 additions and 0 deletions
7
zshrc
7
zshrc
|
@ -66,6 +66,13 @@ $PROMPT_LINE"
|
||||||
|
|
||||||
precmd_functions=(precmd_xterm_title precmd_info precmd_git_prompt)
|
precmd_functions=(precmd_xterm_title precmd_info precmd_git_prompt)
|
||||||
|
|
||||||
|
preexec_newline()
|
||||||
|
{
|
||||||
|
echo
|
||||||
|
}
|
||||||
|
|
||||||
|
preexec_functions=(preexec_newline)
|
||||||
|
|
||||||
print_info_sub_noisy 2 'Setting options'
|
print_info_sub_noisy 2 'Setting options'
|
||||||
# Shell options
|
# Shell options
|
||||||
setopt \
|
setopt \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue