aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'