Created
          May 10, 2020 23:28 
        
      - 
      
- 
        Save MartinJaskulla/6ba8c22c4c3685329a6e1d4addd441f7 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | PROMPT="%(?:%{$fg_bold[green]%}β :%{$fg_bold[red]%}β )" | |
| PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)$(git_prompt_status)$(git_remote_status)' | |
| # git_prompt_info | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
| # git_prompt_status | |
| ZSH_THEME_GIT_PROMPT_UNTRACKED="πΎ " | |
| ZSH_THEME_GIT_PROMPT_ADDED="π£ " | |
| ZSH_THEME_GIT_PROMPT_MODIFIED="βοΈ " | |
| ZSH_THEME_GIT_PROMPT_DELETED="βοΈ " | |
| ZSH_THEME_GIT_PROMPT_RENAMED="π " | |
| ZSH_THEME_GIT_PROMPT_UNMERGED="π€Ό " | |
| # git_remote_status | |
| ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE="π§© " | |
| ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE="π " | |
| ZSH_THEME_GIT_PROMPT_DIVERGED_REMOTE="π " | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment