From af3cb0b171553f6b77c41b19772685eba777af92 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 5 Nov 2017 17:11:30 +0100 Subject: [PATCH] Scripts folder --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index a7dd142..6157bbc 100644 --- a/.profile +++ b/.profile @@ -19,4 +19,4 @@ if [ -n "$BASH_VERSION" ]; then fi # set PATH so it includes user's private bin directories -PATH="$HOME/bin:$HOME/.local/bin:$HOME/.bin/$PATH" +PATH="$HOME/bin:$HOME/.local/bin:$HOME/.bin/:$HOME/dotfiles/scripts/:$PATH"