summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharky <kaydenalthen@gmail.com>2015-07-19 11:50:43 -0500
committerSharky <kaydenalthen@gmail.com>2015-07-19 11:50:43 -0500
commit5a1dd14f13bfef9ca8d0d1b9683aea2b5b4e3ec9 (patch)
treea27065403a719a51b325de42c18d9378998a886d
parenta207a38d634cc10441636bc4359cd8a18c502dea (diff)
downloadzsh-5a1dd14f13bfef9ca8d0d1b9683aea2b5b4e3ec9.tar.gz
zsh-5a1dd14f13bfef9ca8d0d1b9683aea2b5b4e3ec9.tar.bz2
zsh-5a1dd14f13bfef9ca8d0d1b9683aea2b5b4e3ec9.zip
removed incorrect Devanagari conjunct symbol at end of Om
-rw-r--r--themes/dogenpunk.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dogenpunk.zsh-theme b/themes/dogenpunk.zsh-theme
index 0bd38acc2..ea3f1b96a 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]%}"