Check for /.flatpak-info file

This commit is contained in:
Anthony Rose 2023-02-06 21:23:40 +00:00
parent 236d666d60
commit e3a75878e8

View file

@ -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