]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/themes/gallifrey.zsh-theme
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / gallifrey.zsh-theme
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 (file)
index 47b057f..0000000
+++ /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