summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"