From 08869ead02b51f79d4e41c8b12f2be44bdcd15ec Mon Sep 17 00:00:00 2001 From: SATHISH P <141696697+sathish46-lab@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:50:39 +0530 Subject: [PATCH] Update robbyrussell.zsh-theme --- themes/robbyrussell.zsh-theme | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme index cfecfc892..dcdd31535 100644 --- a/themes/robbyrussell.zsh-theme +++ b/themes/robbyrussell.zsh-theme @@ -1,7 +1,5 @@ -PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}" -PROMPT+=' $(git_prompt_info)' +# Define LS_COLORS for customizing ls command output +export LS_COLORS='di=36:*.doc=35:*.txt=33:*.*=0' -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]%})" +# Set the prompt format +PS1="%F{magenta}%n %F{cyan}in %F{white}%~%f %F{magenta}ॐ%f %F{green}"