aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2012-11-07 18:12:26 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2012-11-07 18:12:26 +0100
commit8030fb8dd6b9eee6b69e687e778e691f8e4100ef (patch)
treeb3f2dace040a20f01f3e036969341128c525525c /bashrc
parent20ef5b2128e44486970c37a4fd295077571fdda0 (diff)
downloaddotfiles-8030fb8dd6b9eee6b69e687e778e691f8e4100ef.tar.gz
dotfiles-8030fb8dd6b9eee6b69e687e778e691f8e4100ef.zip
No matter what, use en_US.UTF-8 always.
I know this is ugly and that it should be done somewhere else in a fancy configuration file, but it works fine in my workflow.
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 62764da..c1d3456 100644
--- a/bashrc
+++ b/bashrc
@@ -1,3 +1,6 @@
+# Set LC_ALL always to UTF-8
+export LC_ALL=en_US.UTF-8
+
# beautifying ls command
alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'