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