I'm working with a sed editor and I realize that the command prompt is:
[darkchild@localhost ~]$
How can I change the above command so that it ends in
For example:
[darkchild@localhost ~]#
My friend suggested me to write this command
#!/bin/bash
But it does not change the prompt too.