summaryrefslogtreecommitdiff
path: root/oh-my-zsh/themes/simple.zsh-theme
diff options
context:
space:
mode:
Diffstat (limited to 'oh-my-zsh/themes/simple.zsh-theme')
-rw-r--r--oh-my-zsh/themes/simple.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/oh-my-zsh/themes/simple.zsh-theme b/oh-my-zsh/themes/simple.zsh-theme
new file mode 100644
index 0000000..bcdecc1
--- /dev/null
+++ b/oh-my-zsh/themes/simple.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%(!.%{$fg[red]%}.%{$fg[green]%})%~$(git_prompt_info)%{$reset_color%} '
+
+ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}("
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%})"
+ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗"
+ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔"