Last active
November 19, 2021 16:44
-
-
Save mscribellito/fd6ad23aeb9b8b967a4bfb4352df4de3 to your computer and use it in GitHub Desktop.
macOS Zsh Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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