浏览代码

Changed kanji to fuku (good luck)

Stephen Tudor 13 年之前
父节点
当前提交
03f71d14dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/smt.zsh-theme

+ 1 - 1
themes/smt.zsh-theme

@@ -85,7 +85,7 @@ function git_time_since_commit() {
 }
 
 PROMPT='
-%{$fg[blue]%}%m%{$reset_color%} 寿帝文 %{$fg[cyan]%}%~ %{$reset_color%}$(git_prompt_short_sha)$(git_prompt_info)
+%{$fg[blue]%}%m%{$reset_color%}  %{$fg[cyan]%}%~ %{$reset_color%}$(git_prompt_short_sha)$(git_prompt_info)
 %{$fg[red]%}%!%{$reset_color%} $(prompt_char) : '
 
 RPROMPT='${return_status}$(git_time_since_commit)$(git_prompt_status)%{$reset_color%}'