Skip to content

Instantly share code, notes, and snippets.

@onnenon
Last active January 3, 2025 15:26
Show Gist options
  • Save onnenon/68e00d3f744057229fca8b2c9269ce7b to your computer and use it in GitHub Desktop.
Save onnenon/68e00d3f744057229fca8b2c9269ce7b to your computer and use it in GitHub Desktop.
zsh theme
PROMPT="
%{$fg[yellow]%}%@%{$fg[white]%} - %{$fg[magenta]%}%n%{$fg[cyan]%}@%m %{[$fg[white]%}%~%{$fg[cyan]%}]
"
PROMPT+=' $(git_prompt_info)%{$fg[magenta]%}λ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg[red]%} **%{$fg[yellow]%}dirty%{$fg[red]%}** "
ZSH_THEME_GIT_PROMPT_CLEAN=")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment