Skip to content

Instantly share code, notes, and snippets.

@rogemus
Created April 24, 2024 11:01
Show Gist options
  • Save rogemus/b565bf7ed054f1146f456bf43e780de0 to your computer and use it in GitHub Desktop.
Save rogemus/b565bf7ed054f1146f456bf43e780de0 to your computer and use it in GitHub Desktop.
Theme for ohmyzsh v2
PROMPT='%{$fg_bold[green]%}%2~%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}
%{$fg_bold[cyan]%}> %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}*%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
@rogemus
Copy link
Author

rogemus commented Apr 24, 2024

Screenshot 2024-04-24 at 13 01 00

Font: Fira Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment