From 7e141486f302c821e8e216e2d6e06b7868ba32eb Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 10 Apr 2025 17:27:31 +0100 Subject: [PATCH] Fix the prompt colour --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index fee3778..3794757 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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.