From f33876c17f920081ec71ce5c1a219fd6ec083597 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 14 Jan 2019 14:34:59 -0500 Subject: [PATCH] Added $HOME/.local/bin to path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9f06736..02722db 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # User configuration sourced by interactive shells # typeset -U PATH -PATH="$HOME/bin:$PATH" +PATH="$HOME/bin:$HOME/.local/bin:$PATH" export PATH # Change default zim location