From 2382cb55b62dfaa9fd8bb28b4d9f35e231720aff Mon Sep 17 00:00:00 2001 From: Christopher Apple Date: Sun, 3 Nov 2019 12:33:34 -0700 Subject: [PATCH] oops, left some test code in there --- forgit.plugin.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/forgit.plugin.zsh b/forgit.plugin.zsh index 877f872..40ae1eb 100755 --- a/forgit.plugin.zsh +++ b/forgit.plugin.zsh @@ -4,8 +4,6 @@ forgit::warn() { printf "%b[Warn]%b %s\n" '\e[0;33m' '\e[0m' "$@" >&2; } forgit::info() { printf "%b[Info]%b %s\n" '\e[0;32m' '\e[0m' "$@" >&2; } forgit::inside_work_tree() { git rev-parse --is-inside-work-tree >/dev/null; } -dumb dumb dumb test - # https://github.com/so-fancy/diff-so-fancy hash diff-so-fancy &>/dev/null && forgit_fancy='|diff-so-fancy' # https://github.com/wfxr/emoji-cli