Skip to content

Instantly share code, notes, and snippets.

@gangelo
Created November 20, 2025 00:22
Show Gist options
  • Select an option

  • Save gangelo/da063085166484935e6d2dad409911bf to your computer and use it in GitHub Desktop.

Select an option

Save gangelo/da063085166484935e6d2dad409911bf to your computer and use it in GitHub Desktop.
# This should be cloned to your .oh-my-zsh/custom/themes folder.
ARROW=%{$fg_bold[red]%}>$reset_color
RETURN=%{$fg[red]%}⮐$reset_color
PROMPT=$'\
$ARROW%{$fg_bold[yellow]%}%D{%a %b %d, %Y %-I:%M:%S %p}%{$reset_color%}\
$ARROW%{$fg_bold[cyan]%}%~%{$reset_color%}$(git_prompt_info)%{$reset_color%}\
\
%n@%m $ARROW%{$reset_color%}'
RPROMPT=$'%{$fg_bold[red]%}$(rbenv_prompt_info)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡️"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment