Add a blank line before each command
This commit is contained in:
parent
958f684117
commit
9adb9cfb90
1 changed files with 5 additions and 0 deletions
5
tag-zsh/zsh/configs/general.zsh
Normal file
5
tag-zsh/zsh/configs/general.zsh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
precmd() {
|
||||||
|
# Add a blank line before each command.
|
||||||
|
print ''
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue