From f51851f94a715d338d572dae59d15d337966e23d Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 2 Sep 2024 20:24:01 -0500 Subject: [PATCH] Added omz theme --- .oh-my-zsh/custom/themes/custom.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .oh-my-zsh/custom/themes/custom.zsh-theme diff --git a/.oh-my-zsh/custom/themes/custom.zsh-theme b/.oh-my-zsh/custom/themes/custom.zsh-theme new file mode 100644 index 0000000..cfecfc8 --- /dev/null +++ b/.oh-my-zsh/custom/themes/custom.zsh-theme @@ -0,0 +1,7 @@ +PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}" +PROMPT+=' $(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}%1{✗%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"