From e3a75878e89f74a4db5b751cacf68f7f372aafe9 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 6 Feb 2023 21:23:40 +0000 Subject: [PATCH] Check for /.flatpak-info file --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index a09eca5..9d6d1c9 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -82,7 +82,7 @@ then bind 'set enable-bracketed-paste off' export BASH_ENV="$HOME/.bashrc" - if [ "$container" = flatpak ] + if [ -e /.flatpak-info ] then _acp_ps1_prefix="*" fi