1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-07 04:49:46 +08:00

Compare commits

..

No commits in common. "6bebc254e88ac9b7fdaa7491d031f82ec107e418" and "69caf98cf754553fda969b0bf1d4966f0498f58f" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: CI
name: Check Suite
on:
pull_request:
types:

View File

@ -14,7 +14,7 @@ Finally, you'll begin to get the sort of attention that you have always felt you
To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and/or join us on Discord.
[![CI](https://github.com/ohmyzsh/ohmyzsh/workflows/CI/badge.svg)](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
![Check Suite](https://github.com/ohmyzsh/ohmyzsh/workflows/Check%20Suite/badge.svg)
[![Follow @ohmyzsh](https://img.shields.io/twitter/follow/ohmyzsh?label=Follow+@ohmyzsh&style=flat)](https://twitter.com/intent/follow?screen_name=ohmyzsh)
[![Discord server](https://img.shields.io/discord/642496866407284746)](https://discord.gg/bpXWhnN)

View File

@ -21,9 +21,9 @@ eval my_orange='$FG[214]'
# right prompt
if type "virtualenv_prompt_info" > /dev/null
then
RPROMPT="${RPROMPT}"'$FG[078]$(virtualenv_prompt_info)%{$reset_color%} $my_gray%n@%m%{$reset_color%}%'
RPROMPT='$FG[078]$(virtualenv_prompt_info)%{$reset_color%} $my_gray%n@%m%{$reset_color%}%'
else
RPROMPT="${RPROMPT}"'$my_gray%n@%m%{$reset_color%}%'
RPROMPT='$my_gray%n@%m%{$reset_color%}%'
fi
# git settings