From 5bc6e33d2fcab70e207cbfc7b81f5cd36447ca00 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 14 Nov 2022 21:17:27 +0000 Subject: [PATCH] Add /app/bin to path to fix flatpaks --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index e4a110f..e764005 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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