mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Stabilize sort results
This commit is contained in:
parent
d8d0cf5d6e
commit
f5261595a7
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue