mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update robbyrussell.zsh-theme
This commit is contained in:
parent
944d07bd03
commit
08869ead02
1 changed files with 4 additions and 6 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue