Test out your zsh prompt
If you are trying to change or create a new prompt in Z shell you can use the print command with the -D flag to help you iterate.
print -P %B%n%b
This prints out your user name in bold to stdout.
TweetIf you are trying to change or create a new prompt in Z shell you can use the print command with the -D flag to help you iterate.
print -P %B%n%b
This prints out your user name in bold to stdout.
Tweet