From 46cf1a0928a04e11cf8d899cc404240cf8062cc6 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 15 Dec 2024 10:33:33 +0000 Subject: Fix scripts missing from PATH --- dot-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-profile') diff --git a/dot-profile b/dot-profile index 8c4c503..b8bbcbd 100644 --- a/dot-profile +++ b/dot-profile @@ -5,7 +5,7 @@ # # Add scripts to PATH -[ -d ~/repos/scripts ] && PATH="$PATH:~/repos/scripts" +[ -d ~/repos/scripts ] && PATH=$PATH:~/repos/scripts # Variables export EDITOR=vim -- cgit