Created
April 25, 2025 04:17
-
-
Save jfeilbach/4dac7541212544961c55aec8a567a9dc to your computer and use it in GitHub Desktop.
zsh PS1
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
export PS1="%{$(tput setaf 40)%}%n%{$(tput setaf 220)%}@%{$(tput setaf 214)%}%m %{$(tput setaf 33)%}%1~ %{$(tput sgr0)%}$ " | |
export PS1="%{%F{40}%}%n%{%F{220}%}@%{%F{214}%}%m %{%F{33}%}%1~ %{%f%}$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment