summaryrefslogtreecommitdiff
path: root/home/.oh-my-zsh/themes/risto.zsh-theme
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-13 06:42:05 +0200
committernavewindre <boneyaard@gmail.com>2025-07-13 06:42:05 +0200
commit02f14a9cb152561a5e44062aac79f3b700403b40 (patch)
tree2db8ebda3b7f6f8777783aeb5c60018e6e1359d8 /home/.oh-my-zsh/themes/risto.zsh-theme
parentcbbdeb2f6b40a102a829f0c47cff052937231f00 (diff)
omz
Diffstat (limited to 'home/.oh-my-zsh/themes/risto.zsh-theme')
-rw-r--r--home/.oh-my-zsh/themes/risto.zsh-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/.oh-my-zsh/themes/risto.zsh-theme b/home/.oh-my-zsh/themes/risto.zsh-theme
new file mode 100644
index 0000000..cb773a6
--- /dev/null
+++ b/home/.oh-my-zsh/themes/risto.zsh-theme
@@ -0,0 +1,6 @@
+# -*- sh -*- vim:set ft=sh ai et sw=4 sts=4:
+# It might be bash like, but I can't have my co-workers knowing I use zsh
+PROMPT='%{$fg[green]%}%n@%m:%{$fg_bold[blue]%}%2~ $(git_prompt_info)%{$reset_color%}%(!.#.$) '
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}‹"
+ZSH_THEME_GIT_PROMPT_SUFFIX="›%{$reset_color%}"