From 9651acbef2637beb4923fca4a0cdde378c0de4da Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Tue, 22 Jan 2019 12:01:12 +0800 Subject: [PATCH] Fix bat url refer comment. --- forgit.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgit.plugin.zsh b/forgit.plugin.zsh index 74f3419..6f368b7 100755 --- a/forgit.plugin.zsh +++ b/forgit.plugin.zsh @@ -89,7 +89,7 @@ export FORGIT_GI_SRC=$FORGIT_GI_REPO/templates forgit::ignore() { [ -d $FORGIT_GI_REPO ] || forgit::ignore::update local IFS cmd args cat - # https://github.com/wfxr/emoji-cli + # https://github.com/sharkdp/bat.git hash bat &>/dev/null && cat='bat -l gitignore --color=always' || cat="cat" cmd="$cat $FORGIT_GI_SRC/{2}{,.gitignore} 2>/dev/null" # shellcheck disable=SC2206,2207