summaryrefslogblamecommitdiffstats
path: root/prompt.zsh
blob: 34e5bd2867c276fde0913cc10f426c58fff1cd19 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                             
#! /usr/bin/env zsh

dot="$(cd "$(dirname "$0")"; pwd)"
source "$dot/git-base.sh"
autoload colors && colors

command="$1"

git_prefix="%{$fg_bold[black]%}git:(%{$reset_color}"
git_suffix="%{$fg_bold[black]%})%{$reset_color}"
printf '%s' " $git_prefix"
#<Down>$(zsh_color_remote_commits;branch_name;zsh_color_local_commits)$git_suffix$(zsh_color_changes_status)"