Created
February 4, 2022 14:32
-
-
Save Debdut/8e2ca7df99a3604e421e4a232ed3aa88 to your computer and use it in GitHub Desktop.
Github 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[green]%}@%n %{$fg[black]%}->' | |
PROMPT+=' %{$fg[magenta]%}%2~%{$reset_color%} $(git_prompt_info)' | |
PROMPT+="%(?:%{$fg[black]%}$ :%{$fg[red]%}$ )" | |
PROMPT+="%{$fg[white]%}" | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment