Set Up BASH PS1 and Colors for Dreamhost
The PS1 is the text that you see to the left on the command prompt. Often times it will read something like, mark@debian~/$. This text reveals a lot of relevent information. The first part, ‘mark’ tells us the username. The ‘@debian‘ tells us that the machine’s name is ‘debian‘. The ‘~/‘ is the current working directory and the ‘$‘ means that we are using a non-root user. Read more »
Comments(1)






