diff options
| author | zachir <zachir@librem.one> | 2023-10-23 00:15:30 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-10-23 00:15:30 -0500 |
| commit | d026a7f56136bb2076c3504f877cdcaaded72cff (patch) | |
| tree | cdf3fe958e97ff711a5bdc4ed30a22a10ef4bcef /sh/profile | |
| parent | 0d7e5e6923cd04b6f10a15074878e35704f461dc (diff) | |
CAS: Add sdk for portal64 to PATH
Diffstat (limited to 'sh/profile')
| -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" |
