diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |