From d026a7f56136bb2076c3504f877cdcaaded72cff Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 23 Oct 2023 00:15:30 -0500 Subject: CAS: Add sdk for portal64 to PATH --- sh/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/profile b/sh/profile index 901c581..c55db8c 100644 --- a/sh/profile +++ b/sh/profile @@ -136,6 +136,9 @@ fi if [ -d "/var/lib/flatpak/exports/bin" ]; then addtopath "/var/lib/flatpak/exports/bin" fi +if [ -d "/opt/crashsdk/bin" ]; then + addtopath "/opt/crashsdk/bin" +fi # MERGE PATHS export PATH="$PATH:$SYSPATH" -- cgit v1.2.3