From 58cd63169f7167cbb37a5b8dfb0b6660487fc01c Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 15 Dec 2015 09:25:49 -0500 Subject: [PATCH] set LC_COLLATE=C to sort in ASCII order --- bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_aliases b/bash_aliases index e038e6a..840b1a9 100755 --- a/bash_aliases +++ b/bash_aliases @@ -199,6 +199,7 @@ alias rsync-vfat='rsync -rtv --stats --modify-window=2' export LESS='Ri' export EDITOR=vim +export LC_COLLATE=C ########################################################################### # bash configuration