Last active
April 20, 2022 17:53
-
-
Save andrewkatz/278b6a4d6b3c183d271a to your computer and use it in GitHub Desktop.
andrewkatz.zsh-theme
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[blue]%}%~%{$reset_color%}$(git_prompt_info) ' | |
RPROMPT='' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} " | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}•%{$fg[green]%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
Author
andrewkatz
commented
Apr 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment