Skip to content

Instantly share code, notes, and snippets.

View fusion27's full-sized avatar

Casey Wise fusion27

  • Wise Capture Photography
  • Ohio
View GitHub Profile
# Add this line at the beginning of your theme file to define the parse_git_dirty function if it's not already defined
autoload -Uz vcs_info
precmd() { vcs_info }
# Personalized Zsh Theme
DALLAS_CURRENT_TIME_="%{$fg[red]%}%D{%Y-%m-%d} %D{%H:%M:%S}%{$reset_color%} "
DALLAS_CURRENT_LOCA_="%{$fg[green]%}%~ %{$fg[yellow]%}%B\$(git_prompt_info)%b%{$fg[white]%}$(parse_git_dirty)%{$reset_color%}"
DALLAS_PROMPT_CHAR_=" %(!.#.%%)%{$fg[white]%} "
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[white]%}@%{$fg[yellow]%}"