From 7a6f5223878cc5a07421ee09972268c1bd1b3d05 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Fri, 23 Jun 2017 14:17:07 -0500 Subject: [PATCH] Path fix --- ShadowArch/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowArch/profile b/ShadowArch/profile index 1ff6ee5..6aa485b 100644 --- a/ShadowArch/profile +++ b/ShadowArch/profile @@ -4,7 +4,7 @@ umask 022 # Set our default path -PATH="/usr/bin/:/usr/local/sbin:/usr/local/bin:~/bin" +PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/bin" export PATH IFS=" "