Browse Source

Use C-style sorting in Bash

Mostly due to ls...
Alois Mahdal 9 years ago
parent
commit
25cdcb3753
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/bash/main.bashrc

+ 2
- 0
dotfiles/bash/main.bashrc View File

@@ -73,6 +73,8 @@ mkdir -p "$RV_TMP"
73 73
 ### OTHERS ###
74 74
 ### '''''' ###
75 75
 
76
+export LC_COLLATE=C     # make sort upper first
77
+
76 78
 export FFOO_PRETTY=color
77 79
 
78 80
 # make green git bash trinket even cooler