diff --git a/tag-zsh/zsh/configs/general.zsh b/tag-zsh/zsh/configs/general.zsh new file mode 100644 index 0000000..2651094 --- /dev/null +++ b/tag-zsh/zsh/configs/general.zsh @@ -0,0 +1,5 @@ +precmd() { + # Add a blank line before each command. + print '' +} +