X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Fgallifrey.zsh-theme;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Fgallifrey.zsh-theme;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=47b057fa369c14b982a4b68ff127c1ea084bab1f;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/themes/gallifrey.zsh-theme b/stow/oh-my-zsh/.oh-my-zsh/themes/gallifrey.zsh-theme deleted file mode 100644 index 47b057f..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/themes/gallifrey.zsh-theme +++ /dev/null @@ -1,11 +0,0 @@ -# ZSH Theme - Preview: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#gallifrey -return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})" -host_color="%(!.%{$fg[red]%}.%{$fg[green]%})" - -PROMPT="${host_color}%m%{$reset_color%} %2~ \$(git_prompt_info)%{$reset_color%}%B»%b " -RPS1="${return_code}" - -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹" -ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}" - -unset return_code host_color