From 5737c93ef377275b7268985dc1ae2cbc4728f43e Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 28 Sep 2017 12:38:59 +0200 Subject: [PATCH] Update PATH --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index f618e51..b48821c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,9 @@ source $HOME/.antigen.zsh source $HOME/.aliases +# Set $PATH +export PATH=$HOME/bin:$PATH + # Load the oh-my-zsh's library. antigen use oh-my-zsh