Today I Learned

hashrocket A Hashrocket project

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.

See More #command-line TILs