flatpak and deps in main
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
if [ -d "$HOME" ] && [ -d "$HOME/.local/share/flatpak/exports/bin" ]; then
|
||||
PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
|
||||
fi
|
||||
|
||||
if [ -d /var/lib/flatpak/exports/bin ]; then
|
||||
PATH="$PATH:/var/lib/flatpak/exports/bin"
|
||||
fi
|
||||
Reference in New Issue
Block a user