Created
March 27, 2019 14:35
-
-
Save anein/89c046c70803564d71e29a29fdb8c2ce to your computer and use it in GitHub Desktop.
My version of zsh frisk theme
This file contains 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@%m]%{$reset_color%} %{$fg_bold[blue]%}%/%{$reset_color%} %{$fg[user_color]%}[%T]%{$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="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment