921
edits
| Line 83: | Line 83: | ||
Here's the syntax for making a red word in the left command prompt: | Here's the syntax for making a red word in the left command prompt: | ||
receive@murphy (~) % export PS1="[$(print '%{\e[1;31m%}%n%{\e[0m%}') @ %M]>" | |||
What this command means is: | What this command means is: | ||