aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/git-prompt_examples/bashgitprompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/git-prompt_examples/bashgitprompt.zsh')
-rw-r--r--.config/shell/git-prompt_examples/bashgitprompt.zsh28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/shell/git-prompt_examples/bashgitprompt.zsh b/.config/shell/git-prompt_examples/bashgitprompt.zsh
deleted file mode 100644
index 0e2018f..0000000
--- a/.config/shell/git-prompt_examples/bashgitprompt.zsh
+++ /dev/null
@@ -1,28 +0,0 @@
-# Name: [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) clone
-# Description:
-# This example mimics the [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt)
-# informative git prompt for bash.
-
-ZSH_GIT_PROMPT_FORCE_BLANK=1
-ZSH_GIT_PROMPT_SHOW_STASH=1
-ZSH_GIT_PROMPT_SHOW_UPSTREAM="symbol"
-
-ZSH_THEME_GIT_PROMPT_PREFIX="%B %b["
-ZSH_THEME_GIT_PROMPT_SUFFIX="]"
-ZSH_THEME_GIT_PROMPT_SEPARATOR="|"
-ZSH_THEME_GIT_PROMPT_BRANCH="%{$fg[magenta]%}"
-ZSH_THEME_GIT_PROMPT_UPSTREAM_SYMBOL=" %{$fg_bold[yellow]%}โŸณ "
-ZSH_THEME_GIT_PROMPT_UPSTREAM_PREFIX="%{$fg[yellow]%} โคณ "
-ZSH_THEME_GIT_PROMPT_UPSTREAM_SUFFIX=""
-ZSH_THEME_GIT_PROMPT_DETACHED="%{$fg_no_bold[cyan]%}:"
-ZSH_THEME_GIT_PROMPT_BEHIND="%{$fg_no_bold[cyan]%}โ†“"
-ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_no_bold[cyan]%}โ†‘"
-ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[red]%}โœ–"
-ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[green]%}โ—"
-ZSH_THEME_GIT_PROMPT_UNSTAGED="%{$fg[red]%}โœš"
-ZSH_THEME_GIT_PROMPT_UNTRACKED="โ€ฆ"
-ZSH_THEME_GIT_PROMPT_STASHED="%{$fg[blue]%}โš‘"
-ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}โœ”"
-
-PROMPT=$'%(?..%F{red}%?%f ยท )%F{yellow}%B%~%b%F{white}$(gitprompt)\n%D{%H:%M} $ '
-RPROMPT=''