mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
Compare commits
3 Commits
69caf98cf7
...
6bebc254e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bebc254e8 | ||
|
|
578b086011 | ||
|
|
df56d1ee1f |
@ -1,4 +1,4 @@
|
||||
name: Check Suite
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
@ -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.
|
||||
|
||||

|
||||
[](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
|
||||
[](https://twitter.com/intent/follow?screen_name=ohmyzsh)
|
||||
[](https://discord.gg/bpXWhnN)
|
||||
|
||||
|
||||
@ -21,9 +21,9 @@ eval my_orange='$FG[214]'
|
||||
# right prompt
|
||||
if type "virtualenv_prompt_info" > /dev/null
|
||||
then
|
||||
RPROMPT='$FG[078]$(virtualenv_prompt_info)%{$reset_color%} $my_gray%n@%m%{$reset_color%}%'
|
||||
RPROMPT="${RPROMPT}"'$FG[078]$(virtualenv_prompt_info)%{$reset_color%} $my_gray%n@%m%{$reset_color%}%'
|
||||
else
|
||||
RPROMPT='$my_gray%n@%m%{$reset_color%}%'
|
||||
RPROMPT="${RPROMPT}"'$my_gray%n@%m%{$reset_color%}%'
|
||||
fi
|
||||
|
||||
# git settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user