diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2021-06-06 14:40:38 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2021-06-06 14:40:38 -0600 |
commit | 0144641b7d8e4e6ff6ce153039b5a827f5347904 (patch) | |
tree | 88ffb476ef9c1eb84b22006afe8a729fb27dc3c4 /themes | |
parent | ffdc4bfe1204f911d71b136dbd95784176a44eb6 (diff) | |
parent | 706b2f3765d41bee2853b17724888d1a3f6f00d9 (diff) | |
download | zsh-0144641b7d8e4e6ff6ce153039b5a827f5347904.tar.gz zsh-0144641b7d8e4e6ff6ce153039b5a827f5347904.tar.bz2 zsh-0144641b7d8e4e6ff6ce153039b5a827f5347904.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'themes')
-rw-r--r-- | themes/gentoo.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/gentoo.zsh-theme b/themes/gentoo.zsh-theme index e18bce890..7ac461036 100644 --- a/themes/gentoo.zsh-theme +++ b/themes/gentoo.zsh-theme @@ -25,4 +25,4 @@ gentoo_precmd() { autoload -U add-zsh-hook add-zsh-hook precmd gentoo_precmd -PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%(!.#.$)%k%b%f ' +PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%F{blue}%(!.#.$)%k%b%f ' |