Fix colours
This commit is contained in:
@@ -34,7 +34,7 @@ function git_current_branch {
|
||||
}
|
||||
|
||||
# %B (%b) for bold | %c shows the top directory
|
||||
PS1='%B%(?:%{$fg[green]%} :%{$fg[red]%} )%{$fg[magenta]%}%c $(git_prompt_info)%b'
|
||||
PS1='%B%(?:%F{green} :%F{red} )%F{magenta}%c $(git_prompt_info)%f%b '
|
||||
RPS1='%{$fg[blue]%}$(git_current_branch)'
|
||||
|
||||
setopt autocd # Automatically cd into typed directory.
|
||||
|
||||
Reference in New Issue
Block a user