Remove theme & style config for bat.

This commit is contained in:
Wenxuan Zhang 2019-01-22 15:53:40 +08:00
parent 9651acbef2
commit 3c7b9ea4b8

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