Created
January 27, 2021 00:30
-
-
Save bebyx/38ce753760f4f3a71e56dc081e64aa8e to your computer and use it in GitHub Desktop.
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
# bebyx.zsh-theme (classic bash improved) | |
local user_host="%{$fg_bold[green]%}%n@%m:%{$reset_color%}" | |
local path_p="%{$fg_bold[blue]%}%~%{$reset_color%}" | |
local cmd_sign="%{$reset_color%}%{$fg[magenta]%}$%{$reset_color%}" | |
PROMPT='${user_host}${path_p}${cmd_sign} ' | |
RPROMPT='%{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[cyan]%}%{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX="±(%{$fg[yellow]%}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%}) %{$fg[red]%}✗%{$reset_color%} " | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%}) " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment