“Throw some D’s on that shell”
Put it in your ~/.profile:
export PS1="\[\e[31;1m\][\[\e[35;6m\]fffff.at \[\e[0m\]\w\[\e[31;1m\]]\[\e[32;1m\]$\[\e[32;0m\] "
More on pimpin’ yr PS1
COMMENTS
The expressions published in this site are all in the public domain. You may enjoy, use, modify, snipe about and republish all F.A.T. media and technologies as you see fit.
where is my ~/.profile located?
…also, can we get this thing in pink and yellow?
@fi5e: “.profile” or “.bashrc” in your home dir, create it if it’s not there already; .bashrc is probably better
yellow brackets instead of red, 33 instead of 31
export PS1=”\[\e[33;1m\][\[\e[35;6m\]fffff.at \[\e[0m\]\w\[\e[33;1m\]]\[\e[32;1m\]$\[\e[32;0m\] “
NICE ONE BROTHA