1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 19:50:28 +00:00
prezto/themes/geoffgarside/geoffgarside.theme.zsh

6 lines
258 B
Bash

# PROMPT="[%*] %n:%c $(git_prompt_info)%(!.#.$) "
PROMPT='[%*] %{$fg[cyan]%}%n%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[yellow]%}git:("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"