Add /app/bin to path to fix flatpaks
This commit is contained in:
parent
0b9b5a355f
commit
5bc6e33d2f
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ for dir in "$HOME/.local/bin" \
|
|||
/opt/local/bin \
|
||||
/opt/local/sbin \
|
||||
/var/lib/flatpak/exports/bin \
|
||||
/app/bin \
|
||||
/usr/sbin \
|
||||
/bin \
|
||||
/sbin
|
||||
|
|
Loading…
Reference in a new issue