From e9b886523e54456c4e876e587b20113c0df79db8 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Tue, 18 Jun 2024 15:25:19 +0100 Subject: [PATCH] Oh My Zsh config --- .oh-my-zsh/themes/robbyrussell.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .oh-my-zsh/themes/robbyrussell.zsh-theme diff --git a/.oh-my-zsh/themes/robbyrussell.zsh-theme b/.oh-my-zsh/themes/robbyrussell.zsh-theme new file mode 100644 index 0000000..a3dcb8d --- /dev/null +++ b/.oh-my-zsh/themes/robbyrussell.zsh-theme @@ -0,0 +1,7 @@ +PROMPT="%{$fg_bold[magenta]%}%n@%m %(?:%{$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]%})"