1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-03 00:08:39 +00:00

Stabilize sort results

This commit is contained in:
sharkdp 2017-06-15 15:55:16 +02:00 committed by David Peter
parent d8d0cf5d6e
commit f5261595a7

View File

@ -6,6 +6,9 @@ fd="${SCRIPT_DIR}/../target/debug/fd"
MKTEMP_TEMPLATE="fd-tests.XXXXXXXXXX"
# Stabilize sort
export LC_CTYPE="UTF-8"
export reset='\x1b[0m'
export bold='\x1b[01m'
export green='\x1b[32;01m'