Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 444 Bytes

File metadata and controls

14 lines (10 loc) · 444 Bytes

Oh My Zsh

MGD theme

Extended from norm

PROMPT='%{$fg[yellow]%}λ %n@%m %{$fg[green]%}[%~] %{$fg[yellow]%}$(git_prompt_info)$(hg_prompt_info)→ %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[blue]%}git %{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%}) %{$reset_color%}"
ZSH_THEME_HG_PROMPT_PREFIX="(%{$fg[blue]%}hg %{$fg[red]%}"
ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[yellow]%}) %{$reset_color%}"