1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-22 10:35:48 +01:00
Files
dotfiles/exact_dot_oh-my-zsh/exact_themes/skaro.zsh-theme
T
2019-10-13 01:29:05 +01:00

8 lines
325 B
Bash

PROMPT='%{$fg_bold[green]%}%h %{$fg[cyan]%}%2~ %{$fg_bold[blue]%}$(git_prompt_info) %{$reset_color%}» '
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"