From aebcd8fd04f09be6b972b453ef9753fa105062e3 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 6 Oct 2019 08:53:03 +0100
Subject: [PATCH] Remove z

---
 tag-zsh/zshrc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc
index 001f1492..b1c6c1bb 100644
--- a/tag-zsh/zshrc
+++ b/tag-zsh/zshrc
@@ -89,8 +89,6 @@ source $ZSH/oh-my-zsh.sh
 alias zshconfig="vim ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
 
-. /usr/local/etc/profile.d/z.sh
-
 # Stop zsh from eating space before pipe symbol
 # https://superuser.com/questions/613685/how-stop-zsh-from-eating-space-before-pipe-symbol
 ZLE_REMOVE_SUFFIX_CHARS=""