Fix the prompt colour

This commit is contained in:
2025-04-10 17:27:31 +01:00
parent 5ac63ddf21
commit 7e141486f3

View File

@@ -35,7 +35,7 @@ function git_current_branch {
# %B (%b) for bold | %c shows the top directory
PS1='%B%(?:%F{green} :%F{red} )%F{magenta}%c $(git_prompt_info)%f%b '
RPS1='%{$fg[blue]%}$(git_current_branch)'
RPS1='%{$fg[blue]%}$(git_current_branch)%f'
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.