From 1e4a9252351152a5cee764443dcc18853d5ded44 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 2 Oct 2017 21:29:51 +0200 Subject: [PATCH] - Updated PATH variable --- zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index e0d336e..3a3df91 100644 --- a/zshrc +++ b/zshrc @@ -49,9 +49,6 @@ ZSH_THEME="powerlevel9k/powerlevel9k" plugins=(git git-flow compleat encode64 ) # User configuration - -export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" - source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment @@ -144,3 +141,5 @@ export TTC_UPDATE_INTERVAL=5 if [ -n "$DISPLAY" ]; then xset b off fi + +PATH=${PATH}:~/Bin