mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 09:10:45 +01:00
test: Add --no-config to bat shimexec
This commit is contained in:
parent
f9b18f7e8e
commit
e250ad9b29
@ -4,7 +4,7 @@ HERE="$(cd "$(dirname "$0")" && pwd)"
|
||||
while read -d ':' -r dir; do
|
||||
if [[ "$dir" == "$HERE" || -z "$dir" ]]; then continue; fi
|
||||
if [[ -f "${dir}/bat" ]]; then
|
||||
exec "${dir}/bat" "$@" --theme="Monokai Extended"
|
||||
exec "${dir}/bat" "$@" --no-config --theme="Monokai Extended"
|
||||
fi
|
||||
done <<<"$PATH:"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user