mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Remove theme & style config for bat.
This commit is contained in:
parent
9651acbef2
commit
3c7b9ea4b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue