From fc646ea695fdedad9463e608651f986bcf10969e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 May 2022 15:07:43 -0700 Subject: terminal: once again, fix the colors --- home/zsh/prompt.zsh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'home/zsh/prompt.zsh') diff --git a/home/zsh/prompt.zsh b/home/zsh/prompt.zsh index 1f92aa3..c1277e9 100644 --- a/home/zsh/prompt.zsh +++ b/home/zsh/prompt.zsh @@ -1,4 +1 @@ -fg_green=$'%{\e[1;32m%}' -fg_no_colour=$'%{\e[0m%}' - -PROMPT="%K{cyan}%F{black}%m%k%f ${fg_green}%~${fg_no_colour} %% " +PROMPT="%K{cyan}%F{black}%m%k%f %~ %% " -- cgit 1.4.1