Update robbyrussell.zsh-theme

This commit is contained in:
SATHISH P 2024-04-22 21:50:39 +05:30 committed by GitHub
commit 08869ead02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} ) %{$fg[cyan]%}%c%{$reset_color%}" # Define LS_COLORS for customizing ls command output
PROMPT+=' $(git_prompt_info)' export LS_COLORS='di=36:*.doc=35:*.txt=33:*.*=0'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" # Set the prompt format
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " PS1="%F{magenta}%n %F{cyan}in %F{white}%~%f %F{magenta}ॐ%f %F{green}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}%1{✗%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"