From 9adb9cfb908ddcb230b1cc8a1b891cd186ea031d Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 21 Jan 2020 12:16:52 +0000
Subject: [PATCH] Add a blank line before each command

---
 tag-zsh/zsh/configs/general.zsh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tag-zsh/zsh/configs/general.zsh

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 ''
+}
+