From 2caaa1ed57b49809b8e13b4f1809ac7d5c38059c Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 6 May 2020 17:28:09 +0100
Subject: [PATCH] Include .local/bin in PATH

---
 tag-zsh/zshrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc
index 1368e8e2..f6d92c35 100644
--- a/tag-zsh/zshrc
+++ b/tag-zsh/zshrc
@@ -6,6 +6,7 @@ export PATH=$PATH:$HOME/.composer/vendor/bin
 export PATH=$PATH:/usr/local/sbin
 export PATH=$PATH:"$HOME/.platformsh/bin"
 export PATH="$HOME/.bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"
 
 # extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
 # these are loaded first, second, and third, respectively.