aboutsummaryrefslogtreecommitdiff
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..8d0070b
--- /dev/null
+++ b/.oh-my-zsh/themes/simple.zsh-theme
@@ -0,0 +1,6 @@
+PROMPT='%(!.%{$fg[red]%}.%{$fg[green]%})%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%} '
+
+ZSH_THEME_GIT_PROMPT_PREFIX="("
+ZSH_THEME_GIT_PROMPT_SUFFIX=")"
+ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
+ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"