mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-20 19:57:46 +02: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
|
while read -d ':' -r dir; do
|
||||||
if [[ "$dir" == "$HERE" || -z "$dir" ]]; then continue; fi
|
if [[ "$dir" == "$HERE" || -z "$dir" ]]; then continue; fi
|
||||||
if [[ -f "${dir}/bat" ]]; then
|
if [[ -f "${dir}/bat" ]]; then
|
||||||
exec "${dir}/bat" "$@" --theme="Monokai Extended"
|
exec "${dir}/bat" "$@" --no-config --theme="Monokai Extended"
|
||||||
fi
|
fi
|
||||||
done <<<"$PATH:"
|
done <<<"$PATH:"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user