From 143f82e6b7e0c14d80993296c873e887c4c4d03b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 19 Oct 2024 11:11:44 -0400 Subject: Update prompt --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 92f0a1b..1307a9e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -12,7 +12,7 @@ if [[ ${TERM} = "dumb" ]]; then return 0 fi -PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f ' +PS1='%F{cyan}%~ %(?.%F{green}.%F{red})%#%f ' # Resources: # https://github.com/mika/zsh-pony -- cgit v1.2.3