Jump to content

Account Customisation (zsh): Difference between revisions

m
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:


  cambo@prodigy (~) % export PS1="[$(print '%{\e[1;31m%}%n%{\e[0m%}') @ %M]>"
  receive@murphy (~) % export PS1="[$(print '%{\e[1;31m%}%n%{\e[0m%}') @ %M]>"


What this command means is:
What this command means is: