mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-01 15:35:41 +02:00
SC2155: Declare and assign separately to avoid masking return values. SC2164: Use cd ... || exit in case cd fails. SC2230: which is non-standard. Use builtin 'command -v' instead.