summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xprompt.zsh12
1 files changed, 12 insertions, 0 deletions
diff --git a/prompt.zsh b/prompt.zsh
new file mode 100755
index 0000000..34e5bd2
--- /dev/null
+++ b/prompt.zsh
@@ -0,0 +1,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)"