diff options
author | Robby Russell <robby@planetargon.com> | 2015-09-19 09:00:20 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-09-19 09:00:20 -0700 |
commit | 576453cdb5b0148e17ce5c9adf58323e9a0b9da6 (patch) | |
tree | 91d39fff14c950345882a9c3209ff42f82f818df /themes/dogenpunk.zsh-theme | |
parent | bb5bc64e2a89ffef049632f0f1ffe1157afdb0bd (diff) | |
parent | cacc6c34b72ecb4593d05b66d891cf4f075e69f2 (diff) | |
download | zsh-576453cdb5b0148e17ce5c9adf58323e9a0b9da6.tar.gz zsh-576453cdb5b0148e17ce5c9adf58323e9a0b9da6.tar.bz2 zsh-576453cdb5b0148e17ce5c9adf58323e9a0b9da6.zip |
Merge pull request #4173 from sharkySharks/master
Devanagari Om fixed in dogenpunk theme
Diffstat (limited to 'themes/dogenpunk.zsh-theme')
-rw-r--r-- | themes/dogenpunk.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dogenpunk.zsh-theme b/themes/dogenpunk.zsh-theme index 0bd38acc2..d6719281d 100644 --- a/themes/dogenpunk.zsh-theme +++ b/themes/dogenpunk.zsh-theme @@ -3,7 +3,7 @@ MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%}" -PROMPT='%{$fg[blue]%}%m%{$reset_color%}%{$fg_bold[white]%} ओम् %{$reset_color%}%{$fg[cyan]%}%~:%{$reset_color%}$(git_time_since_commit)$(git_prompt_info) +PROMPT='%{$fg[blue]%}%m%{$reset_color%}%{$fg_bold[white]%} ॐ %{$reset_color%}%{$fg[cyan]%}%~:%{$reset_color%}$(git_time_since_commit)$(git_prompt_info) %{$fg[red]%}%!%{$reset_color%} $(prompt_char) ' ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}git%{$reset_color%}@%{$bg[white]%}%{$fg[black]%}" |