mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
7 lines
305 B
Bash
7 lines
305 B
Bash
# Copied and modified from the oh-my-zsh theme from geoffgarside
|
|
# Red server name, green cwd, blue git status
|
|
|
|
PROMPT='%{$FG[225]%}%m%{$reset_color%}:%{$FG[226]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[168]%}("
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
|