X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Fstrug.zsh-theme;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fthemes%2Fstrug.zsh-theme;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=89b56b008672b996a25f69eff25337eb5fc1693a;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/themes/strug.zsh-theme b/stow/oh-my-zsh/.oh-my-zsh/themes/strug.zsh-theme deleted file mode 100644 index 89b56b0..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/themes/strug.zsh-theme +++ /dev/null @@ -1,25 +0,0 @@ -# terminal coloring -export CLICOLOR=1 -export LSCOLORS=dxFxCxDxBxegedabagacad - -local git_branch='$(git_prompt_info)%{$reset_color%}$(git_remote_status)' - -PROMPT="%{$fg[green]%}╭─%n@%m %{$reset_color%}%{$fg[yellow]%}in %~ %{$reset_color%}${git_branch} -%{$fg[green]%}╰\$ %{$reset_color%}" - -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}on " -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" - -ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%}%{$fg[red]%} ✘ %{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✔ %{$reset_color%}" - -ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_DETAILED=true -ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_PREFIX="%{$fg[yellow]%}(" -ZSH_THEME_GIT_PROMPT_REMOTE_STATUS_SUFFIX="%{$fg[yellow]%})%{$reset_color%}" - -ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE=" +" -ZSH_THEME_GIT_PROMPT_AHEAD_REMOTE_COLOR=%{$fg[green]%} - -ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE=" -" -ZSH_THEME_GIT_PROMPT_BEHIND_REMOTE_COLOR=%{$fg[red]%} -