Skip to content

Instantly share code, notes, and snippets.

@InFog
Created May 16, 2017 17:30
Show Gist options
  • Save InFog/3f1ffc21f8cdf7758a740a673b5fc01c to your computer and use it in GitHub Desktop.
Save InFog/3f1ffc21f8cdf7758a740a673b5fc01c to your computer and use it in GitHub Desktop.

Revisions

  1. InFog created this gist May 16, 2017.
    12 changes: 12 additions & 0 deletions infog.zsh-theme
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    PROMPT=$'
    %{$fg[white]%}%n@%m%{$reset_color%} %{$fg[blue]%}[%/]%{$reset_color%} $(git_prompt_info)$(bzr_prompt_info)
    %{$fg_bold[black]%}\$%{$reset_color%} '

    PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}"

    GIT_CB="git::"
    ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}["
    ZSH_THEME_GIT_PROMPT_PREFIX=$ZSH_THEME_SCM_PROMPT_PREFIX$GIT_CB
    ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
    ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
    ZSH_THEME_GIT_PROMPT_CLEAN=""