oops, left some test code in there

Former-commit-id: 2382cb55b6
This commit is contained in:
Christopher Apple 2019-11-03 12:33:34 -07:00
parent 1535164304
commit 260535a07d

View file

@ -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