Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Created April 25, 2025 04:17
Show Gist options
  • Save jfeilbach/4dac7541212544961c55aec8a567a9dc to your computer and use it in GitHub Desktop.
Save jfeilbach/4dac7541212544961c55aec8a567a9dc to your computer and use it in GitHub Desktop.
zsh PS1
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