X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;ds=sidebyside;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Famuse.zsh-theme;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Famuse.zsh-theme;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=3f7ec0bc5652aa1d096bd7fd04fa86f97eede98e;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/themes/amuse.zsh-theme b/stow/oh-my-zsh/.oh-my-zsh/themes/amuse.zsh-theme deleted file mode 100644 index 3f7ec0b..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/themes/amuse.zsh-theme +++ /dev/null @@ -1,18 +0,0 @@ -# vim:ft=zsh ts=2 sw=2 sts=2 - -# Must use Powerline font, for \uE0A0 to render. -ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}\uE0A0 " -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}!" -ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?" -ZSH_THEME_GIT_PROMPT_CLEAN="" - -ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg_bold[red]%}‹" -ZSH_THEME_RUBY_PROMPT_SUFFIX="›%{$reset_color%}" - -PROMPT=' -%{$fg_bold[green]%}%~%{$reset_color%}$(git_prompt_info) ⌚ %{$fg_bold[red]%}%*%{$reset_color%} -$ ' - -RPROMPT='$(ruby_prompt_info)' -