47 words
1 minute
Customizing my zsh prompt
Anubhav Gain
2024-05-28

Customizing my zsh prompt#

I got fed up of the default macOS zsh prompt:

simon@Simons-MacBook-Pro ~ %

Mainly because I like copying and pasting terminal examples into GitHub issues.

I changed it to this:

~ % cd /tmp
/tmp %

By adding this line to the top of my ~/.zshrc file:

PROMPT='%1~ %# '
Customizing my zsh prompt
https://mranv.pages.dev/posts/customizing-my-zsh-prompt/
Author
Anubhav Gain
Published at
2024-05-28
License
CC BY-NC-SA 4.0