Check for /.flatpak-info file
This commit is contained in:
parent
236d666d60
commit
e3a75878e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue