summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-23 00:15:30 -0500
committerzachir <zachir@librem.one>2023-10-23 00:15:30 -0500
commitd026a7f56136bb2076c3504f877cdcaaded72cff (patch)
treecdf3fe958e97ff711a5bdc4ed30a22a10ef4bcef
parent0d7e5e6923cd04b6f10a15074878e35704f461dc (diff)
CAS: Add sdk for portal64 to PATH
-rw-r--r--sh/profile3
1 files changed, 3 insertions, 0 deletions
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"