Remove theme & style config for bat.

Former-commit-id: 3c7b9ea4b8
This commit is contained in:
Wenxuan Zhang 2019-01-22 15:53:40 +08:00
parent aafb2bca05
commit 2b9aaa594f

View file

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