how to add text to promt in linux

C++
PS1="[\u@\h (task-7.2) \W]# "
# run this in shell and the output will look like [root@localhost (task-7.2) ~]#
Source

Also in C++: