From 2b9aaa594fc792e3ffafee65b0f8383aeb1f6d7d Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Tue, 22 Jan 2019 15:53:40 +0800 Subject: [PATCH] Remove theme & style config for bat. Former-commit-id: 3c7b9ea4b81d0b6de31a177b536ba807aace8cd2 --- forgit.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgit.plugin.zsh b/forgit.plugin.zsh index 6f368b7..bf1ba0f 100755 --- a/forgit.plugin.zsh +++ b/forgit.plugin.zsh @@ -98,7 +98,7 @@ forgit::ignore() { [ ${#args[@]} -eq 0 ] && return 1 # shellcheck disable=SC2068 if hash bat &>/dev/null; then - forgit::ignore::get ${args[@]} | bat -l gitignore --theme=zenburn --style=numbers,grid + forgit::ignore::get ${args[@]} | bat -l gitignore else forgit::ignore::get ${args[@]} fi