1
0
鏡像自 https://github.com/dcarrillo/prezto.git 已同步 2025-07-06 04:49:24 +00:00
Files
prezto/themes/gallifrey.zsh-theme
Jordan Bracco 15d6fa10b0 Gallifrey theme
2009-11-13 05:10:21 +01:00

9 行
358 B
Bash
原始文件 Blame 歷史記錄

此檔案包含易混淆的 Unicode 字元

此檔案包含可能與其他字元混淆的 Unicode 字元。如果您認為這是有意的,可以安全地忽略此警告。使用 Escape 鍵來顯示它們。

# ZSH Theme - Preview: http://img.skitch.com/20091113-qqtd3j8xinysujg5ugrsbr7x1y.jpg
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='%{$fg[green]%}%m%{$reset_color%} %2~ $(git_prompt_info)%{$reset_color%}%B»%b '
RPS1="${return_code}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}"