1 Star 0 Fork 0

shenjie/git-radar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prompt.zsh 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Allen 提交于 2015-09-05 10:50 . Fix colour issue for zsh
#! /usr/bin/env zsh
dot="$(cd "$(dirname "$0")"; pwd)"
args=$@
source "$dot/radar-base.sh"
if is_repo; then
autoload colors && colors
prepare_zsh_colors
printf '%s' "%{$fg_bold[black]%} git:(%{$reset_color%}"
if show_remote_status $args; then
zsh_color_remote_commits
fi
zsh_readable_branch_name
zsh_color_local_commits
printf '%s' "%{$fg_bold[black]%})%{$reset_color%}"
zsh_color_changes_status
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/afoye/git-radar.git
git@gitee.com:afoye/git-radar.git
afoye
git-radar
git-radar
master

搜索帮助