diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-15 15:07:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-15 15:07:43 -0700 |
commit | fc646ea695fdedad9463e608651f986bcf10969e (patch) | |
tree | 7a44d2c28f36ce1e03512ce4174733cdaf4a16a4 /home/zsh | |
parent | zsh: switch to zsh as the default shell (diff) | |
download | world-fc646ea695fdedad9463e608651f986bcf10969e.tar.gz |
terminal: once again, fix the colors
Diffstat (limited to 'home/zsh')
-rw-r--r-- | home/zsh/prompt.zsh | 5 |
1 files changed, 1 insertions, 4 deletions
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 %~ %% " |