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
1 changed files with 3 additions and 0 deletions

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'