This file is indexed.

/usr/share/doc/sysprofile/examples/etc/sysprofile.d/bash_prompt.bash is in sysprofile 0.3.8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
# It's nice to know in which directory one is working 
# in without having to resort to /bin/pwd

#set -x

export PS1='[\u]\w > '