aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-24 02:45:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-24 02:45:49 +0300
commitc528012ab00f37c61f1766908cefd251557f88a7 (patch)
tree3681d0aa372b36d3e5cc7c42f571717fde29f66c /%HOME%/.bashrc
parentadd str_invert_match (diff)
downloadlinux-home-c528012ab00f37c61f1766908cefd251557f88a7.tar.gz
linux-home-c528012ab00f37c61f1766908cefd251557f88a7.zip
ls: LC_COLLATE=C
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index d513e8c..e1ebfe7 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -31,7 +31,7 @@ alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
-alias ls='ls --almost-all -l --human-readable --color=auto'
+alias ls='LC_COLLATE=C ls --almost-all -l --human-readable --color=auto'
alias dir='ls --format=vertical'
alias less='less --ignore-case --RAW-CONTROL-CHARS'