From 91d66105879ac4a9ddd7ccebc54c5d7ad14b7e35 Mon Sep 17 00:00:00 2001 From: Mark Fernandes <0xMF@0xMF.com> Date: Fri, 8 Mar 2024 11:34:18 -0500 Subject: [PATCH] updates to profile --- shells/0xMF/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/0xMF/profile b/shells/0xMF/profile index d5814f1..b360677 100644 --- a/shells/0xMF/profile +++ b/shells/0xMF/profile @@ -1,7 +1,7 @@ # ~/.profile: executed when login shell starts case "$(uname)" in - Linux ) PATH=~/bin:~/.local/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin:/usr/local/sbin ;; + Linux ) PATH=~/bin:~/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ;; * ) PATH=~/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ;; esac