diff options
author | Stephen Tudor <smt@sunblu.sh> | 2011-06-19 12:22:23 -0400 |
---|---|---|
committer | Stephen Tudor <smt@sunblu.sh> | 2011-06-19 12:22:23 -0400 |
commit | 03f71d14dd1866b9da58f28f8f40f5c12bf3072f (patch) | |
tree | 716af3421566fdc114c33dff271b0fc2c1f85ab8 /themes | |
parent | f22460f18125421a73a60893ae97ed545465bca7 (diff) | |
download | zsh-03f71d14dd1866b9da58f28f8f40f5c12bf3072f.tar.gz zsh-03f71d14dd1866b9da58f28f8f40f5c12bf3072f.tar.bz2 zsh-03f71d14dd1866b9da58f28f8f40f5c12bf3072f.zip |
Changed kanji to fuku (good luck)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/smt.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smt.zsh-theme b/themes/smt.zsh-theme index fcb4858de..7a287523e 100644 --- a/themes/smt.zsh-theme +++ b/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%}' |