summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_aliases4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_aliases b/.bash_aliases
index be296a2..0035a61 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -1,7 +1,7 @@
#!/bin/sh
-alias ls='LC_COLLATE=C ls --color=auto'
-alias lsc='LC_COLLATE=C ls --color=always'
+alias ls='LC_ALL=C ls --color=auto'
+alias lsc='LC_ALL=C ls --color=always'
alias grep='grep --color=auto'
alias sort='LC_COLLATE=C sort'
alias less='less -R'