Skip to content

Instantly share code, notes, and snippets.

@mscribellito
Last active November 19, 2021 16:44
Show Gist options
  • Save mscribellito/fd6ad23aeb9b8b967a4bfb4352df4de3 to your computer and use it in GitHub Desktop.
Save mscribellito/fd6ad23aeb9b8b967a4bfb4352df4de3 to your computer and use it in GitHub Desktop.
macOS Zsh Prompt
# Run below line (without comment) to persist:
# echo "export PS1='%B%{%F{green}%}%n@%m %{%F{blue}%}%1~ %# %{%F{white}%}%b'" >> ~/.zshrc
export PS1='%B%{%F{green}%}%n@%m %{%F{blue}%}%1~ %# %{%F{white}%}%b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment